Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bor0/chip-8
CHIP-8 virtual machine was made to allow video games to be more easily programmed for said computers
https://github.com/bor0/chip-8
c chip-8 chip8 games interpreter sdl
Last synced: 3 months ago
JSON representation
CHIP-8 virtual machine was made to allow video games to be more easily programmed for said computers
- Host: GitHub
- URL: https://github.com/bor0/chip-8
- Owner: bor0
- License: other
- Created: 2014-08-06T23:49:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-23T17:34:06.000Z (about 10 years ago)
- Last Synced: 2024-08-03T18:16:49.145Z (6 months ago)
- Topics: c, chip-8, chip8, games, interpreter, sdl
- Language: C
- Homepage:
- Size: 500 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - chip-8
README
chip-8
======CHIP-8 VM
Build Steps:
- make (to build)
- make clean (to clean)
Screenshots:
![Alt text](/screenshots/greet.png?raw=true "Greet")
![Alt text](/screenshots/invaders.png?raw=true "Invaders")
![Alt text](/screenshots/maze.png?raw=true "Maze")
TODO:
- Fix flicker somehow.
- Implement multiplayer over network?
- Play games!
References:
- http://en.wikipedia.org/wiki/CHIP-8
- http://chip8.com
- http://www.zophar.net/pdroms/chip8/chip-8-games-pack.html
Initial commit done in 4 hours. August/2014
Boro Sitnikovski