Welcome to the Jenga React Game! This is a fun and interactive web application that allows you to enjoy the classic tower stacking experience of Jenga right in your web browser. Whether you're a Jenga master or a newcomer, you'll have a great time testing your skills and keeping the tower from toppling over.
- Realistic tower stacking physics.
- Intuitive controls for removing and placing blocks.
- Interactive gameplay for hours of fun.
- A simple and user-friendly interface.
- Start the game by clicking "New Game."
- Carefully click on a block to select it.
- Click on an empty space in the tower to place the selected block.
- The goal is to keep the tower from falling!
- ReactJS: The core framework for building the web application.
- HTML/CSS: For the structure and styling of the game.
- Clone this repository to your local machine.
- Navigate to the project folder.
- Run
npm install
to install the required dependencies. - Run
npm start
to start the development server. - Open your web browser and go to
http://localhost:3000
to play the game.
This project was created for fun and as a demonstration of ReactJS application development. It is not affiliated with the official Jenga brand or product.
Enjoy the game, and may your tower stay tall!