#rogue-like #game #running

bin+lib taurus

A WIP roguelike game being developed in Rust

2 releases

0.1.1 Mar 7, 2019
0.1.0 Mar 7, 2019

#443 in Games

MIT license

430KB
3K SLoC

Taurus

Build Status crates.io Downloads Issues LoC License: MIT

A roguelike game made in Rust!

Descent

Instructions

Make sure you have the build dependencies:

Download...

cargo install taurus

... and play:

taurus

Running from source

Download the source:

git clone https://github.com/m-cat/taurus.git
cd taurus

Run the game:

cargo run --release

About

A WIP roguelike game being developed in Rust. If you see anything that can be improved, please submit an issue.

Current State

Basic demo is working. You can move around with the arrow keys.

I learned Rust by doing this project but I don't have enough interest in roguelikes to continue development :)

Todo

  • Implement the UI.
  • Messages system.
  • Examining tiles with mouse.
  • Enemies/AI.

Disclaimer

I'm not responsible for anything.

(c) 2017 Marcin Swieczkowski

Dependencies

~26MB
~70K SLoC