Revision 652726

Go back to digest for 15th April 2007

Features in Games

Aron Boström committed changes in /trunk/playground/games/bovo:

Refactor: Game and AI now communicates with each other entirely with slots/signals, which makes it very extendable. Someone could write a networking interface and plug it right in where the AI is now, and it would work the same. Also, one could let two AI's battle each other (demo mode).

File Changes

Modified 7 files
  • /trunk/playground/games/bovo
  •   /ai/ai.cc
  •   /ai/ai.h
  •   /ai/aiboard.cc
  •   /ai/aiboard.h
  •   /ai/CMakeLists.txt
  •   /game/game.cc
  •   /game/game.h
7 files changed in total