Class: TTT::ConfigOptions
- Inherits:
-
Object
- Object
- TTT::ConfigOptions
- Defined in:
- lib/ttt/config_options.rb
Constant Summary collapse
- BOARDS =
[TTT::ThreeByThree, TTT::FourByFour, TTT::ThreeByThreeByThree]
- HUMAN_READABLE_BOARDS =
%w(3x3 4x4 3x3x3)
- PLAYERS =
[TTT::Human, TTT::AIEasy, TTT::AIMedium, TTT::AIHard]
- HUMAN_READABLE_PLAYERS =
["Human", "AI Easy", "AI Medium", "AI Hard"]
- DB =
TTT::RiakDB
- PORT =
8098 is default
8091
- HTTP_BACKEND =
:Excon
- BUCKET =
"ttt_games"
- HISTORY =
TTT::GameHistory
- INTERACTOR =
TTT::GameInteractor