Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shohail-dev/marble-race
A bounce-ball game built using React-3-Fiber and Zustand.
https://github.com/shohail-dev/marble-race
react3fiber reactjs threejs zustand
Last synced: about 1 month ago
JSON representation
A bounce-ball game built using React-3-Fiber and Zustand.
- Host: GitHub
- URL: https://github.com/shohail-dev/marble-race
- Owner: shohail-DeV
- Created: 2024-01-28T16:36:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T17:57:17.000Z (12 months ago)
- Last Synced: 2024-11-10T14:25:25.713Z (3 months ago)
- Topics: react3fiber, reactjs, threejs, zustand
- Language: JavaScript
- Homepage: https://game-azure-tau.vercel.app/
- Size: 355 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
A bounce-ball game built using React-3-Fiber and Zustand.## 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
```