Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 693 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 693 Bytes

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