https://github.com/anshchoudhary/typing-game
A simple typing game built using JavaScript.
https://github.com/anshchoudhary/typing-game
javascript-game typing-game typingspeedtest
Last synced: 10 months ago
JSON representation
A simple typing game built using JavaScript.
- Host: GitHub
- URL: https://github.com/anshchoudhary/typing-game
- Owner: AnshChoudhary
- Created: 2024-03-09T12:17:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T07:43:17.000Z (about 2 years ago)
- Last Synced: 2025-02-02T09:31:22.666Z (over 1 year ago)
- Topics: javascript-game, typing-game, typingspeedtest
- Language: JavaScript
- Homepage: https://ansh-typing-game.vercel.app/
- Size: 376 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typing Game
A simple typing game built using JavaScript.
## Description
This typing game challenges players to type words before they reach the bottom of the screen. Players earn points by typing words correctly, and the game ends if a word reaches the bottom without being typed correctly.
## Features
- Random words from a predefined list drop from the top of the screen.
- Players type the falling words to destroy them and earn points.
- Game over when a word reaches the bottom without being typed correctly.
## How to Play
1. Open the `index.html` file in a web browser.
2. Type the falling words before they reach the bottom of the screen.
3. Earn points for each word typed correctly.
4. Press Command + R to restart the game after it's over.