https://github.com/ustymukhman/tricky-track
Racing game with procedurally generated track
https://github.com/ustymukhman/tricky-track
3d-game ammojs game generation physics procedural procedural-generation racing racing-game threejs
Last synced: about 1 month ago
JSON representation
Racing game with procedurally generated track
- Host: GitHub
- URL: https://github.com/ustymukhman/tricky-track
- Owner: UstymUkhman
- License: mit
- Created: 2024-02-25T18:04:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T10:01:07.000Z (about 2 years ago)
- Last Synced: 2025-06-20T10:49:06.985Z (12 months ago)
- Topics: 3d-game, ammojs, game, generation, physics, procedural, procedural-generation, racing, racing-game, threejs
- Language: JavaScript
- Homepage: https://ustymukhman.github.io/tricky-track/dist/
- Size: 8.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tricky Track



*Simple game with a procedurally generated track implemented in [three.js](https://threejs.org/) and [ammo.js](https://github.com/kripken/ammo.js).
Physics simulation loop is run in a web worker context by leveraging [SharedArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) when [available](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer#security_requirements).*
[](https://ustymukhman.github.io/tricky-track/dist)
## Download
```bash
git clone https://github.com/UstymUkhman/tricky-track.git
cd tricky-track
```
## Develop
```bash
pnpm i
pnpm start
```
## Build
```bash
pnpm build
pnpm serve
```