PsichiX / your-time-is-currency

Simple multiplayer game made with Oxygen game engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Rust 80.8%Language:JavaScript 18.3%Language:HTML 0.8%