/drifty

A web-based drifting 🏎️ game.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

wasm-drifty

About

This is a multiplayer drift game which uses the Rust language as the backend and Javascript with the Babylon.js engine as the frontend.

🚴 Usage

🛠️ Build with wasm-pack build

wasm-pack build

🏃 Run in LocalHost with tsc and npm run start in \www directory

Change directory to /www

cd www

Build .ts to .js with tsc

tsc

Run in LocalHost with npm run start

npm run start