Sha256: 43242855c7e9fecd5d9df86125b7680c2932a864c6a4e61fffab60a8799a0e1d
Contents?: true
Size: 234 Bytes
Versions: 2
Compression:
Stored size: 234 Bytes
Contents
Dir["./lib/tictactoe/*.rb"].each {|file| require file } class TicTacToe io = TTT::IOTerminal.new board_presenter = TTT::BoardPresenterTerminal.new game = TTT::Game.new(io: io, board_presenter: board_presenter) game.play end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tic_tac_toe_bfox-0.2.0 | lib/tictactoe.rb |
tic_tac_toe_bfox-0.1.0 | lib/tictactoe.rb |