Mortal Wombat: the Roguelike
Go to file
Ben Morrison c108e2d882
rendering first mob in visible areas
2020-01-12 02:45:02 -05:00
assets updated screencast 2019-09-19 17:09:32 -04:00
resources rltk resources 2019-09-11 03:41:05 -04:00
src rendering first mob in visible areas 2020-01-12 02:45:02 -05:00
.gitignore init 2019-09-11 03:31:41 -04:00
Cargo.lock updated deps 2019-12-21 20:52:48 -05: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 updated readme 2019-09-19 03:31:10 -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

This repository is mirrored across three hosts. Primary development is at tildegit.