Close

Commander Keen

A project log for Gaming on the ESP32 / Odroid-Go

The ESP32 is a powerful microcontroller, but what games can it actually run?

jasonJason 02/28/2019 at 15:280 Comments

Commander Keen

Well it's not quite Commander Keen, but a clone called CloneKeen, which plays Keen 1, 2 & 3.

The sound functions in this were quite easy.  The sound files just tell a routine what frequency to play, and the function generates a square wave at this frequency.

The harder part was getting all the scroll surfaces to fit in memory.

https://github.com/jkirsons/CloneKeen

Discussions