lucypero / simongame

Simon Game Challenge for FreeCodeCamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

made in 2018

Simon Game

Simon Game, made for FreeCodeCamp

Play the game online in CodePen here!

Made in TypeScript. Built using Parcel

Build instructions

Install parcel globally

npm install -g parcel-bundler

Install dependencies

npm install

Build (dev server)

npm run build

Build (production)

npm run build:prod

About

Simon Game Challenge for FreeCodeCamp


Languages

Language:TypeScript 75.7%Language:SCSS 16.3%Language:HTML 7.9%