aboutsummaryrefslogtreecommitdiffstats
path: root/player.rb
AgeCommit message (Expand)Author
2015-04-14Flesh out the game loopTeddy Wing
2015-04-14Player: Add a `#move` method to move a piece to a cell on the boardTeddy Wing
2015-04-14Player: Add `initialize` method, use insignia constantsTeddy Wing
2015-04-14Player: Add constants for player insignias ('X' & 'O')Teddy Wing
2015-04-11Create main game loopTeddy Wing