Game map generation sandbox in SDL

DricomDragon 6a78652a48 Improve mountain texture to look like stone vor 4 Jahren
textures 6a78652a48 Improve mountain texture to look like stone vor 4 Jahren
.gitignore c77751c426 Automate build vor 4 Jahren
README.md c0d801caea Add build instructions vor 4 Jahren
main.cpp 74be617334 Put 10 random seeds when ENTER is hit vor 4 Jahren
makefile c77751c426 Automate build vor 4 Jahren

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