Module: Tictactoe

Defined in:
lib/tictactoe/player.rb,
lib/tictactoe/version.rb,
lib/tictactoe/tictactoe.rb,
lib/tictactoe/tictactoe.rb,
lib/tictactoe/dumbplayer.rb,
lib/tictactoe/humanplayer.rb,
lib/tictactoe/smartplayer.rb,
lib/game-tictactoe-alu3299.rb,
lib/tictactoe/minimaxplayer.rb

Overview

!/usr/bin/env ruby


Visit www.pragmaticprogrammer.com/titles/fr_quiz for more book information.


Defined Under Namespace

Modules: SquaresContainer Classes: Board, DumbPlayer, Game, HumanPlayer, MinimaxPlayer, Player, SmartPlayer

Constant Summary collapse

VERSION =
"0.0.1"