balintking / campus-quest

Extensively documented Java-based game showcasing best practices for architectural planning and documentation
1 stars 0 forks source link

Game state generation anomaly - wrong room assignment #11

Open balintking opened 1 month ago

balintking commented 1 month ago

In init when there are two digit numbers items (and maybe persons) can be positioned in the wrong room. We suspect this occurs because the reader picks a room after reading the first digit.

balintking commented 1 month ago

Update: has nothing to do with the number of digits, as shown below

image