chise is a fascinating emulator that brings the nostalgic charm of the Chip 8 system to life. Powered by SDL (Simple DirectMedia Layer), it provides a smooth and enjoyable experience, running classic Chip 8 ROM games with ease.
pacman -S sdl_gfx sdl_mixer sdl_sound sdl_image sdl_net sdl_ttf sdl12-compat
apt-get install build-essential libsdl1.2-dev
To embark on your journey into the world of Chip 8, simply run the following command:
make
💡 Tip: Press Esc
to exit, R
to reload, and P
to pause.
If you pause using P
, you can use Esc
to exit and U
to resume.
To begin your adventure, load a Chip 8 ROM file using the following command:
build/emu <filename.ch8> or build/emu <filename.rom>
For example:
build/emu ch8/random_number_test.ch8
Embark on this exciting journey by contributing to chise! Your pull requests are warmly welcomed. If you plan to make significant changes, please open an issue first to discuss your ideas.
Please make sure to update tests as appropriate.
This project is licensed under the MIT License. Feel free to use and modify it, following the terms of the license. Let's keep the spirit of retro gaming alive! 🕹️