surrsurus / edgequest

Edgequest Season Two
Mozilla Public License 2.0
8 stars 1 forks source link
basically game help roguelike roguelikedev rust spaghetti

Edgequest Build Status Rust

Under heavy construction.

Edgequest - The world's most complicated tile simulator

Edgequest is a roguelike for all major platforms (pretty sure this can run on anything with rust and a screen). There's not a whole lot to the game (it's more of a tech demo anyway).

Features:

And most importantly, no unsafe code.

Requirements

Installing SDL/Build Tools

Linux:

$ sudo apt-get install gcc g++ make libsdl1.2-dev
$ cargo run

Windows:

$ set PATH=%PATH%;C:\Program Files (x86)\Rust\bin;C:\MinGW\bin
$ cargo run

Note for Windows Users

You will probably need to change your default renderer in config/cfg.yml. At the bottom of the file there is a renderer option. Change that to SDL, and it should run fine.

OSX:

$ brew install pkg-config sdl2
$ cargo run

Note for Mojave Users

This should work fine with the SDL renderer if you have sdl2 installed, but the font might be slightly blurry sadly. Looking for a fix.