A simple Simon game
Clone the project:
git clone https://github.com/GermainMichaud/simon-ts
cd ./simon-tsInstall dependencies (Optional):
yarnor
npm iYou need to install typescript:
yarn add global typescriptor
npm i -g typescriptThen:
tsc ts/app.ts --outFile "./app.js"or with VSCode:
Ctrl+Shift+B
# Then select:
tsc: build - tsconfig.json