Files
Test/README.md
T
Sebastian Mihai Pantoc 8d93de4be7 test
2026-05-12 11:15:47 +02:00

10 lines
254 B
Markdown

A Chip8 Emulator made in modern C++ and SDL3
Passes all the tests for Timendus' Test Suite.
To install:
1. Create a "build" directory by running $ mkdir build
2. $ cd build
3. $ cmake .. && cmake --build .
4. run by $ ./chippotto <path/to/rom>