/simon

Simon game (FreeCodeCamp project)

Primary LanguageJavaScript

#Simon game

This is a Simon game created as a FreeCodeCamp project.

Technologies used:

  • ES2015
  • Webpack
  • Gulp
  • PIXI.js
  • jQuery
  • ESLint

#Build instructions npm install

npm run gulp static webpack

For production builds, set NODE_ENV=production as an environment variable.