Skip to content

Nurckye/CHIP8-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CHIP-8 Emulator

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.

Details about the system and how opcodes are mapped can be found on Wikipedia or here for more tehnical details.

Prerequisites

Apache Maven

Installing & Running - from CLI

Run:

mvn package

Followed by:

java -jar target/gs-maven-0.1.0.jar

Space Invaders

Pong

About

CHIP-8 Emulator written in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages