You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2022. It is now read-only.
When a player doesn't have eaten anybody, the horse continues its course along its path, but after 2 or more lap, the horse gets stuck at the beginning of its stairs.
How to reproduce
For an easier way to reproduce this, follow those steps:
set DEBUG to true in Constants.java
set NB_HORSE at 1 in Constants.java
deactivate the eating process (set in to false)
see horses walking forever, until being stuck
Expected behaviour
Horses should walk forever without getting stuck.
When a player doesn't have eaten anybody, the horse continues its course along its path, but after 2 or more lap, the horse gets stuck at the beginning of its stairs.
How to reproduce
For an easier way to reproduce this, follow those steps:
Expected behaviour
Horses should walk forever without getting stuck.