Skip to content

lulunac27a/typescript-character-typing-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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