Sha256: 0b91f2df0d1e25bc79fe240b275711b7406700c9c4bbe2f1d6e8f91bec91f3bc
Contents?: true
Size: 704 Bytes
Versions: 1
Compression:
Stored size: 704 Bytes
Contents
# 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 Mastermind, type the following into your command line to run the game executable : $ mastermind To play Tic Tac Toe, type the following into your command line to run the game executable : $ tictactoe ###...from inside the project Clone the project, cd into the project directory, and then run the following command: $ bundle exec ruby lib/games.rb ## How to Test From inside the project directory, run the following command: $ bundle exec rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
games_bfox-0.6.0 | README.md |