Game map generation sandbox in SDL
|
hace 4 años | |
---|---|---|
textures | hace 4 años | |
.gitignore | hace 4 años | |
README.md | hace 4 años | |
main.cpp | hace 4 años | |
makefile | hace 4 años |
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