Skip to content

Alaxe/gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemini

A multplayer puzzle platformer for the web.

How to install

  1. Install NodeJS
  2. Clone the repository git clone https://github.com/Alaxe/gemini
  3. Install the dependencies npm install
  4. Install grunt globally sudo npm install -g grunt
  5. Build the game grunt build
  6. 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.