Project

games_bfox

0.0
No commit activity in last 3 years
No release in over 3 years
In order to play, download the gem, and type "tictactoe" or "mastermind" at your terminal. Type "exit" to quit the game.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
>= 2.2.2, ~> 2.2
~> 2.0
~> 0.10.4
~> 10.0
~> 3.6
 Project Readme

games_bfox

Welcome to the games_bfox gem!

Versions

Ruby 2.4.0, rbenv 1.1.1

How to Run

...from the command line

To run from command line, you must install the gem on your machine:

$ gem install games_bfox

To play either game (choosing at run time), type the following into your command line:

$ games

To play Mastermind, type the following into your command line:

$ mastermind

To play Tic Tac Toe, type the following into your command line:

$ tictactoe

To exit at any time, type the following into your command line:

$ exit

...from inside the project

Clone the project, cd into the project directory, and then run the following commands:

$ bundle install 
$ bundle exec ruby lib/games.rb

How to Test

From inside the project directory, run the following command:

$ bundle exec rspec