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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

70408a7 · Jun 25, 2021
Sep 10, 2017
Feb 27, 2021
May 28, 2021
Oct 13, 2017
Oct 11, 2017
Mar 1, 2021
Feb 27, 2021
Jun 25, 2021
Jun 25, 2021
Mar 31, 2018
Apr 14, 2018
May 26, 2016
Mar 2, 2021
Oct 20, 2020
Feb 15, 2018
Apr 14, 2018
Mar 2, 2021
Aug 11, 2017

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