jkb0o / rocketz-old

Old-school game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocketz

Old-school game. Here is the link.

Sometimes to recall an oldschool stuff it's just easier to remake it.

Project structure

  1. etc - system configurations (like nginx, uwsgi, etc)
  2. rocketzd - real time battle server libs
  3. static - static files (js, png, css, ...)
  4. web - django project for rendering index page
  5. templates - django templates

Installing

virtualenv .env
source .env/bin/activate
pip install -r requrements.txt

On Mac

brew install nodejs
curl https://npmjs.org/install.sh | sh
npm install -g coffee-script

Running

Currently in dev mode using django runserver

  1. Start game greenlets

    ./rctl start

As daemon

./rctl start -d

or

./rctl start --daemon
  1. Start django to serve static

    ./manage.py runserver

About

Old-school game.


Languages

Language:JavaScript 77.1%Language:Python 14.2%Language:CoffeeScript 8.7%