A simple chip-8 emulator.
Chip-8 is a simple, interpreted, programming language which was first used on some do-it-yourself computer systems.
Go1.17.6
or superiorLinux
- OBS: If you use Windows, you need to compile the main.go file for chip8.exe
To install chip-8 follow the steps
Linux:
git clone https://github.com/ArthurHydr/chip-8.git
Roms avaible:
15PUZZLE BLITZ CONNECT4 HIDDEN KALEID MERLIN PONG PUZZLE TANK TICTAC VBRIX WIPEOFF
BLINKY BRIX GUESS INVADERS MAZE MISSILE PONG2 SYZYGY TETRIS UFO VERS
To run chip-8:
Linux:
cd src/
./chip8 -rom rom/<nome do jogo>
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<message_commit>'
- Push to the original branch:
git push origin <project_name> / <local>
- Create the pull request
Alternatively, see the GitHub documentation at: how to create a pull request.
We thank the following people who contributed to this project:
Arthur Ottoni |
This project is under license. See the LICENSE file for more details.