index
:
roguerust
master
A little rogue-like game written in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
state.rs
Age
Commit message (
Expand
)
Author
2020-03-14
Merge branch 'master' into fix-invisible-enemies
Guillaume Pasquet
2020-01-02
Fix for invisible enemies
Guillaume Pasquet
2019-11-24
Line of sight work
Guillaume Pasquet
2019-11-23
Fix level start
Guillaume Pasquet
2019-11-21
Fog of war! Inneficient and buggy but works
Guillaume Pasquet
2019-11-20
add support to store tile state, for default hiding purposes
Iago Garrido
2019-11-20
Go up and down the stairs!
Guillaume Pasquet
2019-11-19
print help in notification zone
Iago Garrido
2019-11-19
Let's set boundaries.
Guillaume Pasquet
2019-11-19
`get_` getters don't appear to be idiomatic rust
Guillaume Pasquet
2019-11-19
Ensure privacy is private
Guillaume Pasquet
2019-11-18
add initial ui logic
Iago Garrido
2019-11-18
Make corridors look better
Guillaume Pasquet
2019-11-18
Fix formatting
Guillaume Pasquet
2019-11-18
Convert from ncurses to crossterm
Guillaume Pasquet
2019-11-17
Rustfmt FTW
Guillaume Pasquet
2019-11-13
Move the player around!
Guillaume Pasquet
2019-11-12
Place enemies
Guillaume Pasquet
2019-11-12
Some refactor, better render loop
Guillaume Pasquet
2019-11-12
Rendering stuff
Luis Ferro
2019-11-12
May not work
Luis Ferro
2019-11-12
Merge branch 'master' of https://github.com/Etenil/roguerust
Iago Garrido
2019-11-12
add state
Iago Garrido