Enter the mine
- October 3, 2023
- tquester
A jump and run game that reminds of some games for the ZX Spectrum. The objective of the game is to reach the door at the other side of the screen. A = LeftD = RightW = Jump The game is writen in Chip8 and it is using super chip8 and shold work on any emulator. The source code is written with my j-octo compiler which has some additional commands.https://github.com/tquester/J-Octo-Chip8-IDE In orde…