Skip to content

rezzvy/simon-barchi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

Please review this additional information before continuing.

This game is for fun, and some assets are used without permission from their original owners. I do not claim any copyright over these assets, they still belong to their respective owners. Here's some information:

Simon Barchi

Overview

Simon Barchi is a web-based Simon game with a Blue Archive theme.

  • Blue archive themes, characters, voices
  • Stage feature
  • and more to explore

How it Works

This game works like Simon, where the player follows a random sequence.

  • Create a random color sequence and store it in an array.
  • Play the sequence using recursion.
  • Player repeats the sequence.
  • Check if the player's choice matches the current color
  • Continue if correct, end the game and show the result if incorrect.

How to Use

Assuming you've forked the repo and are running a local server or using the demo app:

  1. Click the "Start Game" button.
  2. The sequence will play, watch it carefully.
  3. Once it's done, repeat the sequence correctly.
  4. Continue repeating the sequence until you make a mistake, which will end the game.

Contributing

There's always room for improvement. Feel free to contribute!

Licensing

The game is licensed under MIT License. Check the license file for more details.