https://github.com/ibra-kdbra/pingpong-3d
Three.js with react fiber Ping-Pong 3d training game
https://github.com/ibra-kdbra/pingpong-3d
game javascript react-fiber simple-game threejs
Last synced: 10 months ago
JSON representation
Three.js with react fiber Ping-Pong 3d training game
- Host: GitHub
- URL: https://github.com/ibra-kdbra/pingpong-3d
- Owner: ibra-kdbra
- Created: 2023-10-01T20:18:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:27:29.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T13:09:51.187Z (over 1 year ago)
- Topics: game, javascript, react-fiber, simple-game, threejs
- Language: JavaScript
- Homepage: https://ping-pong-0.vercel.app
- Size: 1.43 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ping Pong simple simulation
## 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
```