Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Simple multiplayer game made with Oxygen game engine

License

Notifications You must be signed in to change notification settings

PsichiX/your-time-is-currency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your Time Is Currency

Simple multiplayer game made with Rust and Oxygen game engine

demo

Oxygengine

https://github.com/PsichiX/oxygengine

Installation

Build

Launch client live development with hot reloading:

cd client/
npm start

Build client for production:

cd client/
npm run build

after that your package is ready at: client/dist/

Run

Run server:

cd server/
npm start

Run client:

cd client/dist/
http-server

then go to your browser at: http://localhost:8080.

About

Simple multiplayer game made with Oxygen game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published