Skip to content
7 day roguelike game for 2015
Rust Python Other
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.cargo Linker shim to build windowed mode in Windows May 18, 2015
assets Tweak graphics Mar 11, 2015
calx Update dependencies Aug 24, 2017
doc Screenshots Mar 13, 2015
hooks
src
world Update dependencies Aug 24, 2017
.gitignore
Cargo.lock
Cargo.toml Update dependencies Aug 24, 2017
LICENSE Use GPL license on the game part Sep 20, 2014
README.md Update instructions with latest Rustc version tested Nov 26, 2016
winlink.bat

README.md

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

You can’t perform that action at this time.