aquova / chip8-book

An introduction to Chip-8 emulation using Rust

Home Page:https://aquova.net/chip8/chip8.pdf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Invaders After Chip8 ?

Okarin85 opened this issue · comments

Sorry to contact you like this, but I couldn't find another way.
I've just read your book on making a chip8 emulator in rust, and I've really enjoyed it.
Will you consider doing the same thing with space invaders ? (the Midway 8080 arcade machine, not a clone of the game)
It is generally considered to be the next step in emulation programming after the chip8, but I couldn't find a tutorial that explains things clearly to me.