All Projects → flozz → Evoland.gb

flozz / Evoland.gb

Licence: other
A fan-made demake of Evoland on GameBoy

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Evoland.gb

Pong 3ds
A 3D pong game for 3DS with software rendering.
Stars: ✭ 12 (-50%)
Mutual labels:  game, homebrew
tobutobugirl-dx
An arcade platformer homebrew game for the Game Boy, Game Boy Color and Super Game Boy
Stars: ✭ 58 (+141.67%)
Mutual labels:  homebrew, gameboy
Projectdmg
C# GameBoy Emulator
Stars: ✭ 57 (+137.5%)
Mutual labels:  game, gameboy
Gb303
GB303 wavetable-based TB-303 style synthesizer for the Nintendo Gameboy.
Stars: ✭ 80 (+233.33%)
Mutual labels:  gameboy, homebrew
Cave Story Md
A fan port of Cave Story for the Sega Mega Drive
Stars: ✭ 354 (+1375%)
Mutual labels:  game, homebrew
Gbdk playground
Simplified GBDK examples
Stars: ✭ 100 (+316.67%)
Mutual labels:  gameboy, homebrew
Pandocs
The infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference.
Stars: ✭ 158 (+558.33%)
Mutual labels:  game, gameboy
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (+437.5%)
Mutual labels:  game, gameboy
Ucity
The open-source city-building game for Game Boy Color.
Stars: ✭ 288 (+1100%)
Mutual labels:  game, gameboy
Rust Psp
Rust on PSP. Panic and allocation support. Access PSP system libraries.
Stars: ✭ 265 (+1004.17%)
Mutual labels:  game, homebrew
Lazyboy
An EDSL implemented in Haskell for programming the Nintendo Game Boy.
Stars: ✭ 44 (+83.33%)
Mutual labels:  gameboy, homebrew
Gameboy.live
🕹️ A basic gameboy emulator with terminal "Cloud Gaming" support
Stars: ✭ 4,263 (+17662.5%)
Mutual labels:  game, gameboy
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-54.17%)
Mutual labels:  gameboy, homebrew
Tobutobugirl
An arcade platformer homebrew game for the Game Boy
Stars: ✭ 243 (+912.5%)
Mutual labels:  gameboy, homebrew
hUGEDriver
An easy-to-use, fast, tracker-based, public domain sound driver for Game Boy homebrew
Stars: ✭ 26 (+8.33%)
Mutual labels:  homebrew, gameboy
Devilutionx
Diablo build for modern operating systems
Stars: ✭ 5,015 (+20795.83%)
Mutual labels:  game, homebrew
Pokemon Font
GAME BOY font from Pokémon R/G/B/Y/G/S/C, Unicode extended.
Stars: ✭ 437 (+1720.83%)
Mutual labels:  game, gameboy
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+3679.17%)
Mutual labels:  game
Khan
khan will drive all your enemies to the sea (and also take care of your game's clans)!
Stars: ✭ 22 (-8.33%)
Mutual labels:  game
Ctp2
Civ: CTP2 (Call to Power 2) port to Linux, Pandora and Pyra. Status: Working
Stars: ✭ 19 (-20.83%)
Mutual labels:  game

Evoland GB

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,

Building Evoland.gb

Installing Build Dependencies

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

Cloning this repository

Then you have to clone this repository:

git clone [email protected]:flozz/evoland.gb.git

Next go to the project folder

cd evoland.gb

And download submodules

git submodule init
git submodule update

Building the ROMs

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.gb
  • evoland_fr.gb: French ROM of Evoland.gb

Updating assets

If you change assets (map or tilesets in gassets/ folder), you have to rebuild the assets:

make gassets

NOTE: You will have to install img2gb to build the assets.

Changelog

  • 0.3.0 First public release
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].