Smashcat / esp-console-1

Little hand-held ESP8266 based console with 240x320 LCD display, SDCard storage, 8 buttons and 2 sounders :)
GNU General Public License v3.0
4 stars 2 forks source link

Generalize to Game Engine? #1

Open McNugget6750 opened 4 years ago

McNugget6750 commented 4 years ago

I am extremely impressed with the performance of your implementation. Have you considered implementing a 2D sprite engine that’s a bit more generalized to run on this setup?

Smashcat commented 4 years ago

Hi! And thanks! Sorry I haven't been here much lately! Yes, I'm working on a new project that will allow people to write games and store them on SDCard, so they can be loaded using a menu system. I'll provide a game library for things like scrolling, sprites etc. Need to do some performance tests first - if need be, I'll change to an ESP32, but we'll see!