Home - PancakeLegend/Simon GitHub Wiki

Simon Memory Game Assembly Guide

How to play

This game is based on the Simon memory game from the 1970s.

The aim of the game is simple - Watch the pattern, then repeat it. Each time you get it right, the pattern increases in length. The game ends when you make a mistake.

While typically this game has 4 different coloured lights, for a few good reasons, we've made all of them the same colour. It doesn't seem to make any difference to the enjoyment of the game.

To start the game, press the smaller reset button.

Firmware

Code was adapted for ATTiny85 by @Geekscape and is available here.

Sketch.ino

Here's a sketch.ino version of the game created by @Geekscape.

Credit

CC-BY-NC-SA

Based on the ATTiny13 Simon game by Vojtěch Procházka