macbroadcast / cubeslam

Automatically exported from code.google.com/p/cubeslam
https://www.cubeslam.com/vbhbst
2 stars 0 forks source link

Cube Slam

Cube Slam is a WebRTC Chrome Experiment that you can play face-to-face against your friends.

Building

Requirements:

Testing

Requirements:

Deploying

To deploy you must first be added to the app engine user list. Then it's simply a matter of using make:

$ make deploy-webrtcgame

Where the webrtcgame part depends on the app you want to deploy to. See the Makefile for available options.

Versioned deploys

Right now it will automatically increment the version number on each deploy. Simply because it will be easier to refer to a version while doing QA.

If you want to deploy to a specific version (like to version 1 which will be the default) you add v= like this:

$ make deploy-webrtcgame v=1

The version can be anything that can be a subdomain such as "hello-there-123". Which would be accessible at http://hello-there-123.webrtcgame.appspot.com/.

Query string shortcuts

Add these to the URL querystring to toggle some flags.

Network

Multiplayer

Singleplayer

Game play

Localization

Debug