Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rossning92/t-rex
A Chrome T-Rex game remake using javascript and threejs. Online demo: https://rossning92.github.io/t-rex
https://github.com/rossning92/t-rex
3d chrome chrome-dino-game chrome-dinosaur-game computer-graphics game t-rex-game t-rex-runner threejs
Last synced: 2 months ago
JSON representation
A Chrome T-Rex game remake using javascript and threejs. Online demo: https://rossning92.github.io/t-rex
- Host: GitHub
- URL: https://github.com/rossning92/t-rex
- Owner: rossning92
- Created: 2021-05-16T04:16:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T08:33:10.000Z (over 3 years ago)
- Last Synced: 2023-10-20T22:53:51.063Z (over 1 year ago)
- Topics: 3d, chrome, chrome-dino-game, chrome-dinosaur-game, computer-graphics, game, t-rex-game, t-rex-runner, threejs
- Language: JavaScript
- Homepage:
- Size: 41.6 MB
- Stars: 104
- Watchers: 4
- Forks: 35
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# T-Rex Game in 3D
A Chrome T-rex game remake using javascript and threejs.
![](images/screencap.gif)## Build the code
> Make sure you have node 12+ installed: https://nodejs.org/en/download/
- Install all dependencies by `npm i` or `yarn` if you have yarn installed.
- Run demo locally: `npm start`
- Build the whole demo into `/docs` folder: `npm run build`