rsaarelm / phage

7 day roguelike game for 2015

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHAGE -- 2015 7DRL roguelike

Build instructions

Phage should build with a stable 1.x version of the Rust compiler. It was last tested with version 1.13. You need to install the Rust programming language, either from the Rust website or from the package manager of your operating system.

If you're on Windows, you will also need to have MinGW GCC installed and in your command line path to be able to build the third-party dependencies.

With rustc in your path, just go to the Phage directory and type

cargo run

for a faster-compiling debug build or

cargo run --release

for the release build.

Screenshots

shot1

shot2

shot3

shot4

shot5

About

7 day roguelike game for 2015

License:GNU General Public License v3.0


Languages

Language:Rust 97.7%Language:Python 2.0%Language:GLSL 0.3%Language:Batchfile 0.0%