Skip to content

GermainMichaud/simon-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game with typescript

A simple Simon game

Installation

Clone the project:

git clone https://github.com/GermainMichaud/simon-ts
cd ./simon-ts

Install dependencies (Optional):

yarn

or

npm i

Compile Typescript file(s) (Optional)

You need to install typescript:

yarn add global typescript

or

npm i -g typescript

Then:

tsc ts/app.ts --outFile "./app.js"

or with VSCode:

Ctrl+Shift+B
# Then select:
tsc: build - tsconfig.json

License

MIT

About

A Simon Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published