raulpy271 / snake-game-gameboy

An snake game written to run in gameboy console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

snake-game-gameboy

An snake game written to run in gameboy console.

Game Running

Usage

To execute in your machine, you can use our pre-genereted ROM in your favorite emulator or you can create the ROM for yourself.

If you only want to use a pre-genereted, use this link to download the ROM and go to section Related to see recomended emulators.

If you want to create the rom, install the tools of rgbds, after it, you can type the following:

make rom

This will create the ROM file in build directory. And you can emulate the game using:

make run EMULATOR=mgba-qt

This will execute the emulator and pass the path of the rom. Like this mgba-qt build/game.gb. You can set then EMULATOR variable to other value, based of your favorite emulator.

Related

About

An snake game written to run in gameboy console

License:MIT License


Languages

Language:Assembly 98.5%Language:Makefile 1.5%