Game map generation sandbox in SDL
|
4 years ago | |
---|---|---|
textures | 4 years ago | |
.gitignore | 4 years ago | |
README.md | 4 years ago | |
main.cpp | 4 years ago | |
makefile | 4 years ago |
Experimental project for map creation with biomes.
You need make
and SDL1
to build this project.
Example on Ubuntu :
$ sudo apt install make g++ libsdl-dev
$ make
To execute :
$ make exec