rlbond86

Results 3 issues of rlbond86

https://www.joachim-breitner.de/blog/604-Ultimate_Tic_Tac_Toe_is_always_won_by_X With the current rules, it is possible for X to always win. Generally, the accepted rule change to avoid this situation is as follows: If your opponent's move would...

https://i.imgur.com/PuZI2Kq.png OoT_842RS9TVGKDAUKAANK_37QI4M1XJC-comp This is with the "more direct hints" option enabled. The gossip stone by Lake Hylia says: "They say that They say the treasure thrown by Princess Zelda is...

The rule for the Spirit Temple Compass Chest is: ``` set_rule( world.get_location('Spirit Temple Compass Chest'), lambda state: state.has('Progressive Hookshot') and state.can_play('Zeldas Lullaby')) ``` However, when the "Chest Size Matches Contents"...