Game map generation sandbox in SDL

DricomDragon f26c266836 Decrease level of road há 4 anos atrás
textures bbc9512011 Add plain tile há 4 anos atrás
.gitignore c77751c426 Automate build há 4 anos atrás
README.md c0d801caea Add build instructions há 4 anos atrás
main.cpp f26c266836 Decrease level of road há 4 anos atrás
makefile c77751c426 Automate build há 4 anos atrás

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