Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 659 Bytes

File metadata and controls

26 lines (22 loc) · 659 Bytes

#Welcome to SET# This is a visual implementation the game SET in Ruby.

##Requirements##

  • Ruby v2.2.2
  • Ubuntu 14.04 LTS
  • The 'colorize' gem
//To install required gem, do:
$ gem install colorize

NOTE:

  • This has only been tested with the above requirements. Other operating systems and other versions of Ruby may also work.
  • When prompted for user input, if the user inputs an invalid input, it will be taken as a "no"

##Starting the Game## To run the game, do:

$ cd <path/to/set/directory>
$ ruby Set.rb

After running Set.rb, the game will begin

Follow all on screen directions and have fun!