Skip to content
Simple multiplayer game made with Oxygen game engine
Rust JavaScript HTML
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
client
media
server
LICENSE
README.md

README.md

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.

You can’t perform that action at this time.