|
TicTacTutorialOverview
OverviewThis tutorial is about creating a working persistent browser based game with the Zeitgeist Framework. To keep it simple, we're just doing a simple Tic Tac Toe game. However we will use a much Zeitgeist specific functionalities as possible to show how they work. If you have specific questions about the tutorial, please mail us or open an issue. The GoalIn this tutorial, we want to create a game, based on the Zeitgeist Framework. The game will be a working implementation of Tic Tac Toe where two players play against each other. The game should have the following properties:
As said, the game will use the Zeitgeist Framework. The game specific implementation will use the gamesystem module. Tutorial Parts |
► Sign in to add a comment