https://github.com/tobiasvl/love-8
A LOVE-8 relationship
https://github.com/tobiasvl/love-8
chip-8 chip-8-emulator chip8 chip8-emulator chip8-interpreter love2d
Last synced: 25 days ago
JSON representation
A LOVE-8 relationship
- Host: GitHub
- URL: https://github.com/tobiasvl/love-8
- Owner: tobiasvl
- License: mit
- Created: 2019-10-25T21:33:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T21:25:41.000Z (about 5 years ago)
- Last Synced: 2025-04-03T19:37:20.357Z (27 days ago)
- Topics: chip-8, chip-8-emulator, chip8, chip8-emulator, chip8-interpreter, love2d
- Language: Lua
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
LOVE-8
------> A LOVE-8 relationship
This is a CHIP-8 emulator that aims to embrace the platform's diversity.
CHIP-8 was created in 1977 as a virtual machine for computer games, and has since seen a wide variety of extensions and implementations. Today, creating a CHIP-8 interpreter is a "Hello, world"-style rite of passage for any emulator developer, and there's an interpreter for nearly every computing platform in existence.
Many of the CHIP-8 extensions are obscure and poorly supported, while many popular implementations today are subtly incompatible with the original interpreter.
Written in Lua, using the LÖVE framework. To run, [install LÖVE](https://love2d.org) first.