Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greg-kennedy/curse-8
A CHIP-8 emulator, with libcurses
https://github.com/greg-kennedy/curse-8
chip-8 curses emulator
Last synced: 15 days ago
JSON representation
A CHIP-8 emulator, with libcurses
- Host: GitHub
- URL: https://github.com/greg-kennedy/curse-8
- Owner: greg-kennedy
- License: wtfpl
- Created: 2024-05-17T04:54:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-28T22:21:45.000Z (7 months ago)
- Last Synced: 2024-05-29T13:19:18.947Z (7 months ago)
- Topics: chip-8, curses, emulator
- Language: Perl
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CURSE-8
A CHIP-8 emulator, with libcurses## Overview
This repository contains two items:
* CURSE-8, a CHIP-8 interpreter that uses libcurses to play in a terminal.
* recompile.pl, a static recompiler that turns CHIP-8 .ch8 binary files into C code
* naive.pl, a much simpler static recompiler :)## For more information see the blog post:
https://greg-kennedy.com/wordpress/2024/05/26/static-recompilation-of-chip-8-programs/