0.0
No release in over a year
This is an open-source text-based adventure game written in Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0
 Project Readme

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