mission-game is a gemified CLI based ruby game
meant to be played by devs at lunchtime to FREE their minds. 😎
Install the gem locally on your Mac/PC
gem install mission_game
Then execute:
mission_game
Or build the gem yourself
git clone https://github.com/avosa/mission_game.git
cd ~/mission_game
bundle
gem build mission_game.gemspec
gem install ./mission_game-{VERSION}.gem # eg gem install ./mission_game-1.1.2.gem
mission_game
Enjoy!