chavi362 / Get-to-100-

A fun react game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alt GetTo100Logo

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.

Table of Contents

Getting Started

Prerequisites

Installation

  1. Fork the repository.
  2. Clone the repository:
git clone https://github.com/your-username/GetTo100.git
  1. Change to the repository folder:
cd GetTo100
  1. Install by running:
npm install

Usage

  1. Start the game application by running:
npm run dev
  1. Open your browser and navigate to the link you'll get.

  2. Follow the on-screen instructions to add players, perform operations, and enjoy the game!

Features

  • 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.

Game Rules

  • 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.

Contributing

Contributions are welcome! Follow these steps:

  1. Fork the project.
  2. Create your feature branch:
   git checkout -b feature/NewFeature.
  1. Commit your changes:
git commit -m 'Add a new feature'.
  1. Push to the branch:
git push origin feature/NewFeature.
  1. Open a pull request.

Support

If you find this project helpful or interesting, please give it a . It means a lot to us!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A fun react game


Languages

Language:JavaScript 90.1%Language:CSS 8.3%Language:HTML 1.6%