Skip to content

preethi-sv/Simon-Game-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simon Game

Simon is an electronic game of memory skill. The device creates a series of tones and lights and requires a user to repeat the sequence. If the user succeeds, the series becomes progressively longer and more complex. Once the user fails or the time limit runs out, the game is over.

 

🔵 🔴 🟡 🟢

The Game

At each level, Simon game device chooses any random key to continue the sequence.

The game goes as follows:

Level 1:

Simon Plays:  🔵  Blue 
Player should play: 🔵 Blue

Level 2:

Simon Plays:  🔵  Blue, 🔴  Red  
Player should play: 🔵 Blue, 🔴 Red

Level 3:

Simon Plays: 🔵  Blue, 🔴  Red, 🟡 Yellow 
Player should play: 🔵 Blue, 🔴 Red, 🟡 Yellow

and goes on.

Our game

Inorder to make things even more better, our game will only play the new key of the sequence.
Our game goes as follows:

Level 1:

Simon Plays: 🔵  Blue 
Player should play: 🔵 Blue

Level 2:

Simon Plays: 🔴  Red 
Player should play: 🔵 Blue, 🔴 Red

Level 3:

Simon Plays: 🟡  Yellow 
Player should play: 🔵 Blue, 🔴 Red, 🟡 Yellow

and goes on.

Levels keep increasing as the game goes!

If at any point player fails to press the keys in exact sequence, the game is over.

 

🔵 🔴 🟡 🟢

About

Simon Game - created as a part of Web Development Bootcamp (App Brewery)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published