Game map generation sandbox in SDL

DricomDragon 74be617334 Put 10 random seeds when ENTER is hit пре 4 година
textures 4ea32eea12 Import two more biome textures пре 4 година
.gitignore c77751c426 Automate build пре 4 година
README.md c0d801caea Add build instructions пре 4 година
main.cpp 74be617334 Put 10 random seeds when ENTER is hit пре 4 година
makefile c77751c426 Automate build пре 4 година

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