Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lulunac27a/typescript-character-typing-game

Character typing game using TypeScript
https://github.com/lulunac27a/typescript-character-typing-game

game-mode game-modes multiplier multipliers score streak streaks timer typescript typescript-game typing typing-game

Last synced: 17 days ago
JSON representation

Character typing game using TypeScript

Awesome Lists containing this project

README

        

# Character Typing Game using TypeScript

This app is a typing game that asks users to type the character on the screen. It uses TypeScript for type-checking and type annotations.

## Getting Started

```
git clone https://github.com/lulunac27a/typescript-character-typing-game.git
cd typescript-character-typing-game
npm install
npm run compile
npm run start
```