Skip to content

gurugu-fcc-projects/FCC_Simon_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeCodeCamp Front End Project - Build a Simon Game

User Stories

  • I can play a game of Tic Tac Toe with the computer.
  • My game will reset as soon as it's over so I can play again.
  • I can choose whether I want to play as X or O.

Thoughts

Many others imitate the original Simon Game, some even reminiscing about their childhood. I had no such memories and couldn't really think of any interesting way to implement this game. In the end I made what can be called a rough sketch of the original idea. All these bubbles floating up through ocean depths and colored ball bobbing up and down... There was something in this. As usual this was also an opportunity to try something new - ES6 Classes this time! I know it sounds very silly, but somehow I never had a project where it seemed OK to use them freely. And here they are! All these little bubbles are instances of a Class!

Links

Video Walkthrough