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.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.