Close

Space Invaders port

A project log for DIY ESP8266 Tamagotchi Kit

Entry-level DIY kit with retro-nostalgia taste

andriymalyshenkoandriy.malyshenko 12/07/2022 at 13:520 Comments

Just finished porting Space invaders created by xtronical. 3 buttons, OLED, not much extra. Funny part is that some of the code failed because int overflow was expected. Easy to get one on 8-bit, not that easy on 32 bit. That's why I always prefer writing int8_t or int32_t instead of just int.

Firmware source code is in the project repo

Discussions