Quick post mostly for my own reference since I always need to re-learn how to do this.
This used to be more difficult in older versions of Spark, but when using Spark 2.4 or later, all you have to do is:
wget https://repo1.maven.org/maven2/com/amazonaws/aws-java-sdk/1.7.4/aws-java-sdk-1.7.4.jar -P …
Chipee - CHIP-8 Emulator in C
I finished a thing in my free time! Chipee!
Goals I’ve always wanted to write an emulator and this is the first time I actually got around to finishing one!
My goals were to learn about how to write an emulator and to re-learn C. It’s been years since I wrote any halfway decent C.
I’ve also never …