NOMIS: a clone of the classic game Simon written in BBC BASIC v3
- A colorful, musical game of "Follow the Leader"
- Won first place in the 1st Olimex AgonLight Weekend Programming Challenge 2023
- NOMIS may be played on an AgonLight retro-computer, the AgonLight Emulator, the upcoming Agon Console8, or the BBC BASIC SDL.
NOMIS supports multiple display modes on the AgonLight. The game should be played in a mode that supports a minimum of 16 colors and minimum screen dimensions of 40 columns by 22 rows.
On BBC BASIC SDL, one display mode (MODE 9) is supported.
Use the keys R, F, J, and I keys (comfortably located near the "home row" keys on a QWERTY keyboard) to press the colored light-up sensor pads (Green, Yellow, Blue, and Red, respectively) to correctly repeat a longer and longer series of signals.
There are four levels of difficulty:
- The player must correctly repeat eight signals to win the game
- The player must correctly repeat fourteen signals to win the game
- The player must correctly repeat twenty signals to win the game
- The player must correctly repeat thirty-one signals to win the game
- The default best score is six out of eight.
- The best score will be saved to a file named
nomis.hi
in the same folder as thenomis.bas
file. - NOMIS must be run from the exact folder where the
nomis.hi
file resides in order for the saved best score to be read-in by the game.