3D Jenga is a web-based simulation of the classic Jenga game, where players take turns removing blocks from a 3D tower and stacking them on top without causing the tower to collapse. The game features realistic physics for block movement, player turns, and game-over conditions when the tower falls.
- Realistic physics simulation of block movement.
- Player switching after each turn.
- Game over when the tower collapses or falls outside the bounds.
To run the 3D Jenga game locally, follow these steps:
- Clone the repository:
git clone https://github.com/Cyronite/3D_Jenga.git
- Navigate to the project directory:
cd 3d-jenga - Install dependencies:
npm install
- Run the project:
npm start
Once the game is running, follow the on-screen instructions to:
- Take turns with the other player.
- Remove blocks carefully to avoid making the tower collapse.
At this time, contributions are not being accepted for this project. Feel free to fork the repository for personal use, but no pull requests will be reviewed or merged.
This project is licensed under the MIT License - see the LICENSE file for details.
