Skip to content

vijayabharathib/fcc-project-simon-game

Repository files navigation

FCC-Project-Simon Game

Advanced level front end project as part of FreeCodeCamp.

Hosted on Github Pages
This app can be accessed through https://vijayabharathib.github.io/fcc-project-simon-game.

Challenges
As usual, few additional challenges I set up for myself

  • No js/css library/framework for the game to run. All handcrafted.
  • Accessibility through keyboard
  • Better separation of concerns (MVC design pattern)
  • Some level of TDD (with Jasmine)