Game map generation sandbox in SDL

DricomDragon fdd30f76ef Spawn a random seed wheen space key 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 fdd30f76ef Spawn a random seed wheen space key 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