issues
search
Oleksii-Kshenskyi
/
runger
A hunger games style genetic simulation/game/research in Rust + Bevy.
The Unlicense
1
stars
0
forks
source link
[issue #41] Remove disengage, rename actions to Move Forward and Backwards
#47
Closed
Oleksii-Kshenskyi
closed
1 week ago
Oleksii-Kshenskyi
commented
1 week ago
Removed the disengage action from the code as it was lacking the concepts of time and speed, and was therefore buggy;
Renamed "move" to "move forwards"
The unused code for Disengage is not called "move backwards"
The task for properly letting the players move forward or backwards (standard 1 tile move) has already been created: it's #46.