Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 626 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 626 Bytes

Mission Game

mission-game is a gemified CLI based ruby game meant to be played by devs at lunchtime to FREE their minds. 😎

Getting started

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!

Author

Webster Avosa