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: 3 months ago
JSON representation
Character typing game using TypeScript
- Host: GitHub
- URL: https://github.com/lulunac27a/typescript-character-typing-game
- Owner: lulunac27a
- Created: 2024-08-03T19:56:02.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T17:53:07.000Z (7 months ago)
- Last Synced: 2025-02-07T15:24:02.782Z (5 months ago)
- Topics: game-mode, game-modes, multiplier, multipliers, score, streak, streaks, timer, typescript, typescript-game, typing, typing-game
- Language: TypeScript
- Homepage: https://lulunac27a.github.io/typescript-character-typing-game/
- Size: 603 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```