This is a fully functional wordle clone for nes, written in C and compiled with cc65.
You can play the game and download ROM HERE
The code is extremely messy, because I tried to follow the "best prectices" and avoid using function parameters, on stack variables and complex math. Overall I think I did a good job, because it runs fast enough on real hardware and fits most basic NROM :)
Specaial thanks to Alexander Pruss, who's blog post inspired me, Calle Svenson, who's compressed dictionary method made it possible to compress 17k words into 17kb, and Doug Fraker, who's NES games in C tutorials reconnected me with my childhood and allowed me to start with NES programming.