GetTo100 is a simple game application where players perform operations to reach the number 100. Players can add themselves to the game, perform mathematical operations on a random number, and aim to reach 100 to win.
- Fork the repository.
- Clone the repository:
git clone https://github.com/your-username/GetTo100.git
- Change to the repository folder:
cd GetTo100
- Install by running:
npm install
- Start the game application by running:
npm run dev
-
Open your browser and navigate to the link you'll get.
-
Follow the on-screen instructions to add players, perform operations, and enjoy the game!
- Add multiple players to the game.
- Perform mathematical operations to reach the target number 100.
- Track the number of steps taken by each player.
- Win animation and options to start a new game or quit upon reaching 100.
- Players can perform four operations: / 2, * 2, + 1, - 1.
- Players aim to reach the target number of 100.
- The game disables the current player after each move.
- The game includes a win animation upon reaching 100.
Contributions are welcome! Follow these steps:
- Fork the project.
- Create your feature branch:
git checkout -b feature/NewFeature.
- Commit your changes:
git commit -m 'Add a new feature'.
- Push to the branch:
git push origin feature/NewFeature.
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.