Skip to content

Generates a map that you can walk around and place tiles in.

License

Notifications You must be signed in to change notification settings

sekelsta/burrowbun

Repository files navigation

To compile, it requires SDL2 and libnoise. The Makefile also expects gcc to be installed, but could be edited to use a different compiler. This program is written for and tested on Ubuntu MATE 17, but should work for any Debian-based distro and might work on other operating stystems as well. (Windows definitely requires edits to the source code, if only to change the include locations of libraries and the way the current directory is found.)

The test suite requires Catch (available from https://github.com/philsquared/Catch) in the working directory.

Example installation (Ubuntu / other Debian-based):
(type the bit after the $ prompt into a terminal)
$ sudo apt-get install make git libsdl2-2.0.0 libsdl2-dev libsld2-image-2.0.0
$ sudo apt-get install libsdl2-image-dev libsdl2-ttf-2.0.0 libsdl2-ttf-dev
(The SDL ttf library isn't needed yet, but will probably be at some point.)
$ sudo apt-get install libnoise libnoise-dev g++
$ git clone https://github.com/sekelsta/burrowbun
$ cd burrowbun
$ make
It will probably take a while to compile. Once it finishes successfullly, run
it with:
$ ./burrowbun
To be able to run it as just burrowbun from any working directory, add it to
your PATH environment variable.

About

Generates a map that you can walk around and place tiles in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages