About
The classic Simon Says but now with more rules to follow!
Reach round 15 to win!
- Arrow keys - select target
- (X) Button - press / interact
- (X)+Arrows - Move certain targets
Features
- 5 Additional modules to unlock
- 3 winnable trophies
- State of the art aural feedback
About
This is my first pico8 game after getting into it a couple weeks back. It was a joy re-learning how to dev with such tight restrictions.
This game heavily relies on ECS via PECS for its core, which I think helped a lot to compartmentalize everything and stay organized. In the end it also helped to reduce token count drastically, which I didn't expect. All the entity definition was done up front together(init_ents
), allowing them to be made via string splitting.
The game takes inspiration from Please Don't Touch Anything



arrrggh - my stress level is now at 1584684 gigowatts!
well done / nice presentation!



@freds72 thanks! The one thing I think I'd need to spend more time on is difficulty haha. I struggle to reach 15 with <40 errors.
One of my testers suggested reducing the number of digits in the wrong-number module. If I find time I may try that.
[Please log in to post a comment]