Game map generation sandbox in SDL

DricomDragon bbc9512011 Add plain tile 4 years ago
textures bbc9512011 Add plain tile 4 years ago
.gitignore c77751c426 Automate build 4 years ago
README.md c0d801caea Add build instructions 4 years ago
main.cpp bbc9512011 Add plain tile 4 years ago
makefile c77751c426 Automate build 4 years ago

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