BounceGame is an interactive 3D game where you control a bouncing ball, aiming to score goals. The game combines elements of football with fun physics-based mechanics. live site here:- https://bounce-game-roan.vercel.app/ Can you finish it within 5 second? ;) do not cheat by edit HTML :D
- react-three-fiber: A React framework for building 3D scenes.
- zustand: A simple and efficient state management library.
Make sure you have Node.js and npm installed on your system. You can download them from Node.js.
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/Nizar7zak/BounceGame.git
-
Navigate to the project directory:
cd BounceGame -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open the game in your browser:
Navigate to http://localhost:3000.
Contributions are welcome! If you'd like to contribute, please:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Submit a pull request for review.
Enjoy playing BounceGame and have fun scoring goals!