diff --git a/README.md b/README.md index 2494982..426ddae 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,6 @@ Yet another CHIP-8 emulator built in Go (with little C) ![pong](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/pong.png) ![invaders_1](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/invaders_1.png) ![invaders_2](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/invaders_2.png) + +### Web (wip) +![web_opcodes](https://github.com/tangzero/chip8-emulator/raw/main/screenshots/web_opcodes.png) diff --git a/screenshots/web_opcodes.png b/screenshots/web_opcodes.png new file mode 100644 index 0000000..63d4305 Binary files /dev/null and b/screenshots/web_opcodes.png differ