Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elonehoo/three-car
3D car game in three.js
https://github.com/elonehoo/three-car
game threejs
Last synced: 3 months ago
JSON representation
3D car game in three.js
- Host: GitHub
- URL: https://github.com/elonehoo/three-car
- Owner: elonehoo
- License: mit
- Created: 2022-03-06T08:16:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:59:02.000Z (5 months ago)
- Last Synced: 2024-09-16T22:08:01.330Z (5 months ago)
- Topics: game, threejs
- Language: JavaScript
- Homepage: https://car.elonehoo.me
- Size: 34.4 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler# Install dependencies (only for first time)
npm i# Serve at localhost:1234
npm run dev# Build for production in the dist/ directory
npm run build
```