A Javascript emulator for the famous Chip-8 processor. This is a learning project following the tutorial from Alexander Dickson and his repository Chip-8-Emulator.
You may use whatever server system to run the emulator on your browser. I used http-server.
Since this is a simple emulator and doesn't need full optimization, I used a big switch loop to handle every cpu opcode. Next, I tried a NES emulator that you can check here.