Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dlamott/chip8

Chip 8 Emulator in Java
https://github.com/dlamott/chip8

chip chip8 chip8-emulator emulator java

Last synced: 11 days ago
JSON representation

Chip 8 Emulator in Java

Awesome Lists containing this project

README

        

# Chip8 Emulator in Java
Built using JavaFX

### What is the Chip8?

>CHIP-8 is an interpreted programming language,
developed by Joseph Weisbecker.
It was initially used on the COSMAC VIP and Telmac
1800 8-bit microcomputers in the mid-1970s.
CHIP-8 programs are run on a CHIP-8 virtual machine.
It was made to allow video games to be more easily
programmed for these computers



The Chip8 emulator supports additional ROM files as the application
allows for a user menu prompt to load a rom. Upon load users will initially
be present with the classic game known as PONG. Have fun playing some
classic retro games!

>How to run?
>>Ensure you have JavaFX library
>>>Clone the repo and run the main method.

>To Do:
>>Migrate to Gradle

### Helpful resources were:
1. http://devernay.free.fr/hacks/chip8/C8TECH10.HTM
2. https://docs.oracle.com/javase/8/javafx/api/toc.htm
3. http://www.multigesture.net/articles/how-to-write-an-emulator-chip-8-interpreter/