A multplayer puzzle platformer for the web.
- Install NodeJS
- Clone the repository
git clone https://github.com/Alaxe/gemini - Install the dependencies
npm install - Install grunt globally
sudo npm install -g grunt - Build the game
grunt build - Start the server
node server/app.js
The server should be running on port 7000. If you want to change it, edit
server/conf.json.