Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lulunac27a/typescript-character-typing-game
- Owner: lulunac27a
- Created: 2024-08-03T19:56:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-25T05:26:11.000Z (about 1 month ago)
- Last Synced: 2024-11-25T06:24:29.913Z (about 1 month 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: 600 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
```