Personal side project for getting my feet wet with both TypeScript and emulation. Borrowed heavily from several resources below.
Ultimate goal is emulation of the Nintendo Gameboy. But as a first step, emulating the CHIP-8 to play pong.
- https://web.archive.org/web/20180125172049/http://www.codeslinger.co.uk/pages/projects/chip8.html
- https://en.wikipedia.org/wiki/CHIP-8
- https://web.archive.org/web/20180125172152/http://www.codeslinger.co.uk/pages/projects/gameboy.html
- GameBoy Pandocs
- GameBoy CPU Manual
- https://cturt.github.io/cinoop.html
- https://rylev.github.io/DMG-01/public/book/introduction.html
- Programming TypeScript
- FullStackOpen 2022
- The Modern JavaScript Tutorial