A downloadable game for Windows

A grossly simplified version of a roguelike with items that split the screen into multiple dungeon instances which can be simultaneously controlled.

Source: https://github.com/dhuckle3/muxrl

Built with libtcod https://bitbucket.org/libtcod/libtcod

Packaged using https://pythonhosted.org/PyInstaller/index.html

I ran out of time before figuring out how to package this nicely for OSX and linux, so i've also included the repo as I had it laid out when building as well as the code, without libtcod

Known issues: the room generation can sometimes build rooms that cannot be escaped.

Download

Download
muxRL.zip 17 MB
Download
muxrl-repo.zip 56 MB

Install instructions

Windows: 

muxRL.zip - contains the executable and the relavant DLLs.

Other:

:( the code is hosted on github and i've packaged the full repo + dependencies in the muxRL-repo.zip. I didn't have a chance to fix this.

Comments

Log in with itch.io to leave a comment.

mac (or linux) howto:

download muxrl source from github

download libtcod source from https://github.com/mboersma/libtcod.gi

`make -f makefiles/makefile-osx release` (or -linux) from the libtcod directory, which may require installing some build dependencies

copy libtcod/python/libtcod.py to the muxrl directory

copy libtcod/*.dylib (or *.so for linux) to the muxrl directory

copy libtcod/data/fonts/arial10x10.png to the muxrl directory

`python main.py` which may require installing some python dependencies

play!