timburgess / TriggerRally

Trigger Rally Online Edition - fast arcade rally racing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trigger Rally Online Edition

http://triggerrally.com

Code structure

Trigger uses JavaScript on both the client and server.

All code now lives under server/.
Client-only code is in server/public/scripts/
Shared code is in server/shared/

On the server, we use the node.js module system ('require').
Run server/build/build.sh to build production-mode JS bundles.

Copyright & License

Copyright (c) 2012-2013 Code Artemis unless otherwise attributed.

See LICENSE.md.

About

Trigger Rally Online Edition - fast arcade rally racing

License:Other


Languages

Language:JavaScript 86.1%Language:CoffeeScript 10.7%Language:HTML 1.6%Language:CSS 1.6%Language:Shell 0.0%