Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.
/ SpaceCorps2 Public archive

Client and Server host for WebGL based MMO RPG in the browser

License

Notifications You must be signed in to change notification settings

rorychatt/SpaceCorps2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceCorps2

General info

MMO RPG game in space. Node.js server, three.js frontend with mySQL database

Project setup

Create a copy of `config.example.json`, name it `config.json` in the same root folder

Navigate to front folder, run command `npm install`

Navigate to server folder, run command `npm install`

Run server using `npm start` command while in server folder

Run electron app by using `npm start` command while in front folder

Git workflow

git status
git switch master
git pull 
git checkout -b bugfix/ex
git checkout -b feature/ex

Pull Request, merge 
git switch master
git pull
npm version patch / npm version minor / npm version major
git pull

Install updates

git switch master
git pull
npm install
git checkout -b bugfix/[name]
git checkout -b feature/[name]

Extras

Spacemaps are generated using https://tools.wwwtyro.net/space-3d/index.html

Extras 2

cd server
git pull
npm start

Contributors

  • @rorychatt Lead full-stack developer, project lead, idea author
  • @dmitri.belov.db Front-end developer, idea supporter
  • @rostyslawn02 Back-end developer
  • @Beditski Back-end developer
  • @nroxkey 3D asset designer
  • @Tmin274 designer

About

Client and Server host for WebGL based MMO RPG in the browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •