Skip to content

UstymUkhman/tricky-track

Repository files navigation

Tricky Track

Simple game with a procedurally generated track implemented in three.js and ammo.js.
Physics simulation loop is run in a web worker context by leveraging SharedArrayBuffer when available.

Download

git clone https://github.com/UstymUkhman/tricky-track.git
cd tricky-track

Develop

pnpm i
pnpm start

Build

pnpm build
pnpm serve