Console based “Vier gewinnt”.
playerx> 2
12345678 ........ ........ ........ ........ ........ ........ ..xoox.. .xxoox x
playero> 4
12345678 ........ ........ ........ ........ ........ ...o.... ..xoox.. .xxoox x
rake test
Fork from https://github.com/neopoly/connect_four git clone git@github.com:YOURNAME/connect_four.git cd connect_four # mit rvm: # ruby -v # -> 1.9.3 # rvm gemset name # => connect_four bundle rake
ruby-1.9-3-p125
rvm install ruby-1.9.3 rvm use 1.9.3 ruby -v # => 1.9.3
bundler # Gemfile rake # Rakefile test-unit # -> minitest