Bug 814

Summary: PlayerTypeBot stuck in infinite loop due to not included option
Product: .CS3343 Group2 2324A Uno Game Reporter: tinloklee2-c
Component: PlayerAssignee: tinloklee2-c
Status: RESOLVED FIXED    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: PC   
OS: Windows   

Description tinloklee2-c 2023-12-07 22:15:11 HKT
Steps to reproduce:
1. This bug was found in seed 6. Manually select seed 6 in menu.
2. When the bot's last card is of non-number type.

Expected: Bot draws a card
Actual: Bot tries to play the card. In this situation, the game does not have a mechanism to let the bot draw a card. The game enters an infinite loop and all players are stuck in the game.
Comment 1 tinloklee2-c 2023-12-07 22:21:08 HKT
The bug has been resolved.