-
Notifications
You must be signed in to change notification settings - Fork 2
Server
spllr edited this page Jul 17, 2011
·
1 revision
The Race App requires a server to share the game results and store the tracks.
Checkout the server branch for the game server.
The server is implemented with Padrino on Ruby 1.9.2.
In the branch you will find a README explaining how to deploy the game server to heroku.
The server has the following API:
Returns all the tracks
Creates a new track
Returns the data of a single track
Starts a race on a track.
Returns the path to stop the race.
Stops a race.
Returns the winner and the best time.
Returns tracks nearby the passed location.