About
eleven-server is the game server for Eleven Giants, built for Node.js v6 with a Python 2.7 preprocessing step for its game-script code. As of this README it's explicitly work-in-progress: it can only run a limited portion of the game, and actually starting a client requires additional components the project doesn't make public. Development is normally done inside a Debian-based Vagrant VM, and the server is paired with a companion GSJS repository that must be cloned alongside it.
Getting started
Full play isn't possible from this repository alone — the client needs extra components that aren't publicly released. For developers, setup involves cloning this repo next to its companion script repository, running the preprocessor step, installing dependencies, and copying one of the provided sample config files before starting the server.
Known limitations
- completeness: Server is currently only able to run a limited portion of the game; additional components required to run full client are not publicly available.
Additional notes
- License
- The README lists the project under the MIT license.