Yi Lee
Yi Lee
Gameshell [claims to be compatible with Pygame](https://wiki.clockworkpi.com/index.php/Main_Page#Software), and it seems like somebody [has made it work](https://forum.clockworkpi.com/t/install-and-run-pygame-on-gameshell-with-miniconda/5495/6). There might not be a need to port QPong to PICO-8 in order to...
I took a look at the not-very-modern tool (GBDK) you mentioned, just to see how hard is it to port QPong to the actual Gameboy. GBDK supports only C and...
The first step would be to port MicroQiskit to C, wouldn't it? Either ways, I'll go download Pico-8 for now, and we'll chat tomorrow? Can't wait to meet you in...
The C++ version does its dynamic memory allocation using std::vector. We'd need to rewrite that at the very least. How straightforward that is would then depend on if we allow...
I'm doing this project though :)