Mortal Wombat: the Roguelike
Go to file
Ben Morrison 1e7fb1e98b
refactored maps
2019-09-17 03:03:15 -04:00
assets line-of-sight 2019-09-11 12:29:28 -04:00
resources rltk resources 2019-09-11 03:41:05 -04:00
src refactored maps 2019-09-17 03:03:15 -04:00
.gitignore init 2019-09-11 03:31:41 -04:00
Cargo.lock some entities on screen, playing with movement 2019-09-13 15:17:28 -04:00
Cargo.toml some entities on screen, playing with movement 2019-09-13 15:17:28 -04:00
LICENSE init 2019-09-11 03:31:41 -04:00
README.md walk-aroundy-thing 2019-09-11 05:22:58 -04:00
rustfmt.toml init 2019-09-11 03:31:41 -04:00

README.md

Mortal Wombat: the Roguelike

Trying my hand at building a roguelike with rltk, the roguelike toolkit.

Right now it's just some arbitrary walk-aroundy-thing. For a silly screencast, click here

$ git clone https://tildegit.org/mortalwombat/mw-rl.git
...
$ cd mw-rl
$ cargo build --release
$ ./target/release/mw-rl
...

Notes