Tutorials/TicTacToe
From CubeiaWiki
Contents |
Introduction
This tutorial will show you how you can write a Firebase game using Ruby.
A simple Flex client is also available.
Steps
- Make sure you have downloaded Firebase.
- Download the script support archive and put it under
$FIREBASE_HOME/game/deploy. - Download the TicTacToe Ruby scripts zip and unzip it under
$FIREBASE_HOME/game/deploy. - Download the JRuby 1.6.7 Complete.jar and place it under
$FIREBASE_HOME/lib/common. - Start Firebase and check the log file (logs/server.log) to see that everything is OK.
- Download the TicTacToe Flex project, unzip it and open it in Flex Builder.
More Information
Go to deploy the Firebase script support, for more information on the scripting support.

