An open API service indexing awesome lists of open source software.

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.

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.