Game map generation sandbox in SDL

DricomDragon d003abf77e Allow any tile to be inserted on map il y a 4 ans
textures 4ea32eea12 Import two more biome textures il y a 4 ans
.gitignore c77751c426 Automate build il y a 4 ans
README.md c0d801caea Add build instructions il y a 4 ans
main.cpp d003abf77e Allow any tile to be inserted on map il y a 4 ans
makefile c77751c426 Automate build il y a 4 ans

README.md

Biome box

Experimental project for map creation with biomes.

Build

You need make and SDL1 to build this project.

Example on Ubuntu :

$ sudo apt install make g++ libsdl-dev
$ make

To execute :

$ make exec