Skip to main content

Guessing game

asciicast

Install

Download game here and run it (chmod +x guessing_game; ./guessing_game)

Or you can use command line

wget https://github.com/0xMRTT/guessing_game/releases/download/0.1.0/guessing_game  
chmod +x guessing_game
./guessing_game

Contribute

Free to submit pull request or open issue.

Thanks

Thanks to this awesome rust libs:

  • console
  • emojicon
  • inquire
  • rand
  • requestty