rudra016 / WebDev-OpenSource

This is a Repository where different types of Front - End Projects are present. If you have any front end project or are eager to improve the existing ones, then you can contribute to this Open source repository.
80 stars 116 forks source link

Created the Bounce-3D game with react three fiber and three js #235

Closed Him7n closed 8 months ago

Him7n commented 8 months ago

Bounce3D Game Pull Request

Description

This pull request introduces the Bounce3D game, an obstacle platform 3D game developed using Three.js and React Three Fiber. The game allows players to navigate a challenging 3D environment, clear obstacles, and reach the end of the track within a set time limit. Players control the game using the WASD keys for movement and the SPACE key for jumping.

Created the entire Bounce3D game from scratch using Three.js and React Three Fiber, including:

Screenshots / GIFs

B1 B2

How to Play

  1. Clone the repository.
  2. Install the required dependencies.
  3. Start the game using the appropriate command (npm start, for example).
  4. Use WASD keys to move the player.
  5. Press SPACE to jump over obstacles.
  6. Clear all obstacles and reach the end of the track before the time runs out.

Dependencies

Testing

The game has been thoroughly tested for:

Future Improvements

This game is my initial contribution, and I plan to make the following improvements in future updates:

Closing Comments

I'm excited to contribute the Bounce3D game to the project. I look forward to your feedback and suggestions for further improvements. Thank you for considering this pull request!

221