Chip8 Emulator Implementation in C#
  • C# 78%
  • Nix 22%
Find a file
2026-08-06 00:53:54 +01:00
src/Chip8.Core refactor: use a OpCode struct 2026-08-06 00:53:54 +01:00
tests/Chip8.Core.Tests feat: implement CHIP-8 machine and opcode execution 2026-08-05 23:19:28 +01:00
.envrc feat: implement CHIP-8 machine and opcode execution 2026-08-05 23:19:28 +01:00
.gitignore feat: implement CHIP-8 machine and opcode execution 2026-08-05 23:19:28 +01:00
chip8sharp.slnx feat: implement CHIP-8 machine and opcode execution 2026-08-05 23:19:28 +01:00
flake.lock feat: implement CHIP-8 machine and opcode execution 2026-08-05 23:19:28 +01:00
flake.nix refactor: use a OpCode struct 2026-08-06 00:53:54 +01:00