bbuchalter/tictactoe_core

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gemspec
.gitignore
.rubocop.yml
.ruby-gemset
.ruby-version
.travis.yml
Gemfile
Gemfile.lock
README.md
Rakefile
lib/tictactoe/board.rb65
A
0 mins
lib/tictactoe/game.rb51
A
0 mins
lib/tictactoe/game/board.rb22
A
0 mins
lib/tictactoe/game/change_state.rb18
A
0 mins
lib/tictactoe/game/outcomes.rb19
A
0 mins
lib/tictactoe/game/players.rb29
A
0 mins
lib/tictactoe/game/query_state.rb35
A
0 mins
lib/tictactoe/game/tuple_queries.rb20
A
0 mins
lib/tictactoe/player.rb18
A
0 mins
lib/tictactoe/player/computer.rb35
A
0 mins
lib/tictactoe/player/human.rb11
A
0 mins
lib/tictactoe/position.rb21
A
0 mins
lib/tictactoe/strategy.rb10
A
0 mins
lib/tictactoe/strategy/block_fork.rb38
A
0 mins
lib/tictactoe/strategy/block_win.rb26
A
0 mins
lib/tictactoe/strategy/empty_corner.rb18
A
15 mins
lib/tictactoe/strategy/empty_side.rb18
A
15 mins
lib/tictactoe/strategy/first_move.rb19
A
0 mins
lib/tictactoe/strategy/fork.rb19
A
0 mins
lib/tictactoe/strategy/opposite_corner.rb18
A
0 mins
lib/tictactoe/strategy/second_move.rb20
A
0 mins
lib/tictactoe/strategy/tactics.rb42
A
0 mins
lib/tictactoe/strategy/win_now.rb23
A
0 mins
lib/tictactoe/tuple.rb39
A
0 mins