danielivanovz / react-ztype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZType Clone Game in React

Welcome to the ZType Clone Game, a typing challenge that tests your speed and accuracy. Enemies approach from all directions, and your job is to type them away before they reach the center!

Features

  • Dynamic Enemies: Enemies appear from all around the screen. Each enemy represents a word. Type the word to destroy the enemy.
  • Progressive Difficulty: The longer you survive, the more frequent and challenging the enemies become.
  • Score Tracking: Keep track of your typing prowess with a score that increases for each enemy defeated.

Installation & Running

  1. Clone the repository:

    git clone https://github.com/your_username/react-ztype.git
  2. Navigate into the cloned repository:

    cd react-ztype
  3. Install dependencies:

    npm install
  4. Run the game:

    npm start

The game should now be running on http://127.0.0.1:5173.

Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

MIT License. See LICENSE for more information.

About


Languages

Language:TypeScript 86.7%Language:JavaScript 9.7%Language:HTML 3.1%Language:CSS 0.5%