We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ game = Game.new $ game.board
$ game.board[0][0] = 'red'
[0][0] is the default position for bottom left 1st is column, 2nd is the row
$ puts game.pretty_print $ game.current $ game.current_player $ game.status *Responses => in progress => red *player 1 => blue *player 2
saving your game: $ game.save!
$ game.save!
prompt line to display all the connect four method: $ ls
$ ls
command to run rspec
$ rspec spec *running all specifications $ rspec spec/filename *running specific file $ rspec spec/filename line *running specific line in file