aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-04-16Merge branch 'rspec-style'HEADmasterTeddy Wing
2015-04-16Add README & LICENSETeddy Wing
2015-04-15main.rb: Exit more quietly on Ctrl-CTeddy Wing
2015-04-15main.rb: Output our winner when we have oneTeddy Wing
2015-04-15Board: Determine winner in `#winner?`Teddy Wing
2015-04-14Flesh out the game loopTeddy Wing
2015-04-14Board: Fix #render methodTeddy 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-14Add some empty test for Player movementTeddy Wing
2015-04-14spec_helper: Move `require 'board'` to board_specTeddy Wing
2015-04-14Board: Method to unintelligently convert string coordinates to arrayTeddy Wing
2015-04-11Create main game loopTeddy Wing
2015-04-11Create a MiniTest::Unit version of the Board render testTeddy Wing
2015-04-11Board#render: return output instead of printingTeddy Wing
2015-04-11Board: initialize with a grid of dotsTeddy Wing
2015-04-11Use specs, create BoardTeddy Wing
2015-04-11Create test_helper, add trial test for BoardTeddy Wing
2015-04-11Add .gitignoreTeddy Wing
2015-03-17Initial commit. Get tests working.Teddy Wing