RustRoguelike icon indicating copy to clipboard operation
RustRoguelike copied to clipboard

This Rust Roguelike is a Roguelike written in Rust.

Results 100 RustRoguelike issues
Sort by recently updated
recently updated
newest added

In this situation, the golem on the right can't seem to path to the player. Action log included. ![image](https://user-images.githubusercontent.com/4422963/158036959-1622397b-0f38-4ffd-9432-205f5b29fbd1.png) [action_log.txt](https://github.com/nsmryan/RustRoguelike/files/8238572/action_log.txt)

bug

Weapons are currently cool, but are too strong. We need to figure out how to nerf them a bit. One idea is to make them stun for fewer turns. I'm...

focus on design and useability focus on story focus on game progression | |-->Begin playtesting on some level (sprite-version) | Return to Unity implementation with a clearer path create animations...

Conversation

Should we add wall jump?

In the action log below, the golems will move around and continue to enter investigation mode forever as the player waits through turns. [action_log.txt](https://github.com/nsmryan/RustRoguelike/files/8212052/action_log.txt)

Cleanup

Currently, the shield bash does not attack the tile adjacent to the player, but rather the tile one spot away. I think we may have done this to make sure...

enhancement

I got into a situation where I stepped on a wall trigger and walked through the area now opened where the wall was. A golem came after me and triggered...

Cleanup

Currently the armil golems track the player in the same way as the regular golems, which means that if the player just stands still, then they can't be detected. I...

enhancement

Some ideas of ways that the player could finish a level: reach an exit tile reach the exit tile with a key press a trigger to unlock the exit, perhaps...