๐ป
What the fuck is this
A simple chip-8 emulator.
Chip-8 is a simple, interpreted, programming language which was first used on some do-it-yourself computer systems.
๐
Requirements
Go1.17.6
or superiorLinux
- OBS: If you use Windows, you need to compile the main.go file for chip8.exe
๐
Installation
To install chip-8 follow the steps
Linux:
git clone https://github.com/ArthurHydr/chip-8.git
โ
Use
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:
./start -r <rom>
๐ซ
Contribuite
To contribute to chip-8, follow these steps
- 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.
๐ค
Contribuitors
We thank the following people who contributed to this project:
Arthur Ottoni |
๐
Licence
This project is under license. See the LICENSE file for more details.