index
:
tic-tac-toe
master
Simple incomplete console tic-tac-toe game
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-04-16
Merge branch 'rspec-style'
HEAD
master
Teddy Wing
2015-04-16
Add README & LICENSE
Teddy Wing
2015-04-15
main.rb: Exit more quietly on Ctrl-C
Teddy Wing
2015-04-15
main.rb: Output our winner when we have one
Teddy Wing
2015-04-15
Board: Determine winner in `#winner?`
Teddy Wing
2015-04-14
Flesh out the game loop
Teddy Wing
2015-04-14
Board: Fix #render method
Teddy Wing
2015-04-14
Player: Add a `#move` method to move a piece to a cell on the board
Teddy Wing
2015-04-14
Player: Add `initialize` method, use insignia constants
Teddy Wing
2015-04-14
Player: Add constants for player insignias ('X' & 'O')
Teddy Wing
2015-04-14
Add some empty test for Player movement
Teddy Wing
2015-04-14
spec_helper: Move `require 'board'` to board_spec
Teddy Wing
2015-04-14
Board: Method to unintelligently convert string coordinates to array
Teddy Wing
2015-04-11
Create main game loop
Teddy Wing
2015-04-11
Create a MiniTest::Unit version of the Board render test
Teddy Wing
2015-04-11
Board#render: return output instead of printing
Teddy Wing
2015-04-11
Board: initialize with a grid of dots
Teddy Wing
2015-04-11
Use specs, create Board
Teddy Wing
2015-04-11
Create test_helper, add trial test for Board
Teddy Wing
2015-04-11
Add .gitignore
Teddy Wing
2015-03-17
Initial commit. Get tests working.
Teddy Wing