https://github.com/eknowles/roulette-ts
A 3D roulette game build with three.js and TypeScript.
https://github.com/eknowles/roulette-ts
game-engine react roulette three-js typescript
Last synced: 2 months ago
JSON representation
A 3D roulette game build with three.js and TypeScript.
- Host: GitHub
- URL: https://github.com/eknowles/roulette-ts
- Owner: eknowles
- Created: 2018-03-03T12:41:03.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-12-20T23:24:58.000Z (6 months ago)
- Last Synced: 2025-12-21T16:47:12.526Z (6 months ago)
- Topics: game-engine, react, roulette, three-js, typescript
- Language: TypeScript
- Homepage: https://eknowles.github.io/roulette-ts/
- Size: 4.06 MB
- Stars: 7
- Watchers: 0
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roulette
- TypeScript
- Three.js
- Blender
- Sketch
## Build
### Development
Run `vite` on http://localhost:3000
```bash
$ bun run dev
```
### Production
Build a production bundle to `./dist`
```bash
$ bun run build
```
## Resources
[Diving In: THREE.js by CJ Gammon](https://www.youtube.com/playlist?list=PL08jItIqOb2qyMOhtEUoLh100KpccQiRf)