Skip to content

Mick930/junon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Junon.io

Junon.io is a co-op multiplayer survival game where your goal is to build your own space-station, grow your colony, and defend it against hostile threats.

Installation

  1. Install Node.js 16.15.0 (ideally using nvm )

  2. Install MySQL

  3. Install project dependencies

     cd ~/junon
     npm install
    
  4. Setup database using the command below. It is assumed that your mysql user is 'root' with empty password. To override this, define JUNON_DB_USER and JUNON_DB_PASS environment variable. For example

     npm run db:setup
    

Running

Run client

npm run client

Run server

npm run server
Go to http://localhost:8001 to access Junon io homepage

Debugging

Enter "chrome://inspect/" in chrome browser
Click "Open dedicated DevTools for Node"

Contributing

See contribution guidelines

About

Junon.io - 2D space sandbox survival edited to fork thingymabob

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 4.3%
  • EJS 2.9%
  • HTML 0.5%