Game map generation sandbox in SDL

DricomDragon f3c0dcdd4c Add icon and license in README %!s(int64=3) %!d(string=hai) anos
textures bbc9512011 Add plain tile %!s(int64=4) %!d(string=hai) anos
.gitignore c77751c426 Automate build %!s(int64=4) %!d(string=hai) anos
LICENSE.txt f3c0dcdd4c Add icon and license in README %!s(int64=3) %!d(string=hai) anos
README.md f3c0dcdd4c Add icon and license in README %!s(int64=3) %!d(string=hai) anos
icon.png f3c0dcdd4c Add icon and license in README %!s(int64=3) %!d(string=hai) anos
main.cpp 0753f21158 Slightly increase road level %!s(int64=4) %!d(string=hai) anos
makefile c77751c426 Automate build %!s(int64=4) %!d(string=hai) anos

README.md

Biome box

Experimental project for map creation with biomes.

Biome box logo

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

License

GNU GPLv3, see LICENSE.txt.