Home

Awesome

Trigger Rally Online Edition

http://triggerrally.com

Code structure

TROE uses JavaScript on both the client and server.

Client-only code is in src/
Shared code is in server/shared/
Other server code is in server/

On the server, we use the node.js module system ('require').
On the client, all the code is compiled into a single file with compile-closure.sh.

Copyright & License

Code copyright (c) 2012 jareiko and released under the GPL v3

Directories with mixed ownership and licensing:

server/THREE/code/
server/node_modules/
server/public/