- Notifications
You must be signed in to change notification settings - Fork5
A fan-made demake of Evoland on GameBoy
License
flozz/evoland.gb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Evoland.gb is a fan-made port of the Evoland game, on the Nintendo GameBoy console. This project is still in a work-in-progress state, but it is in a sufficiently advanced state to be shown.
For those who do not know Evoland, It is the first game of Shiro Games studio. It takes the form of an action RPB that relates the history of the video game through its technological evolutions and its gameplay. I will not tell you more about it, but if the concept interests you, you will find many let's plays on Youtube.
For more informations,
- visit the project's website:https://evogb.flozz.org/
- or read this article on my blog (French):https://blog.flozz.fr/2019/04/21/evoland-sur-gameboy/
To build Rvoland.gb, the SDCC compiler is required with its libraries and gbz80 support. On Ubuntu / Debian, this can be done with the following command:
sudo apt install sdcc sdcc-libraries
Then you have to clone this repository:
git clone git@github.com:flozz/evoland.gb.git
Next go to the project folder
cd evoland.gb
And download submodules
git submodule initgit submodule update
Finally, just build the ROMs with the following command:
make
If everything is OK, the following files are generated:
evoland_en.gb
: English ROM of Evoland.gbevoland_fr.gb
: French ROM of Evoland.gb
If you change assets (map or tilesets ingassets/
folder), you have to rebuild the assets:
make gassets
NOTE: You will have to installimg2gb to build the assets.
- 0.3.0 First public release
About
A fan-made demake of Evoland on GameBoy