Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raminmammadzada/car-racing-game
...in progress. This is a game I am developing by using ThreeJS and CannonJS library.
https://github.com/raminmammadzada/car-racing-game
Last synced: 2 days ago
JSON representation
...in progress. This is a game I am developing by using ThreeJS and CannonJS library.
- Host: GitHub
- URL: https://github.com/raminmammadzada/car-racing-game
- Owner: RaminMammadzada
- Created: 2021-08-07T04:06:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T04:16:07.000Z (over 3 years ago)
- Last Synced: 2024-12-11T17:29:46.117Z (12 days ago)
- Language: JavaScript
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Three.js Starter
Courtesy of Bruno Simon of https://threejs-journey.xyz/## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Install dependencies (only the first time)
npm install# Run the local server at localhost:8080
npm run dev# Build for production in the dist/ directory
npm run build
```