Post #2333246
2026-05-07 22:50 UTC
now that I’m done with C++ until my college class, I’ve moved on to making a CHIP-8 emulator in Python! which has been a lot of fun so far
in theory I’ve implemented all of the basic instructions, but I’m currently in the process of writing unit-tests for all of them to make sure that they actually work
https://gitlab.com/__kasdeya__/chip-8
I’ve already learned a lot about how the stack works at a very low level, and I’m getting much more of an intuition for low-level memory stuff in general
the hardest parts will be getting keyboard input and video output to work, but I bet I can figure those out
Replies (0)
No replies.