Badger2040
The Badger2040 is a pocket-sized e-ink display programmable via micropython. It has three buttons and a neat built-in library of example programs like a to-do list and an ebook reader! Ability to accept limited user input and a way to display text? Sounds like the makings of a choose your own adventure game!
The aim is to create a .py program that will take a folder of .txt story files and run a text-based game in which the player uses the three onboard buttons to navigate their way through a D&D style dungeon. Each txt story file will contain between one and three progress options, which will be selected by pressing the corresponding button which will load the next txt story file.
Initially it will be a one-off story designed to take no more than five minutes, but eventually I want to expand it to be able to track player progress via txt save files.