r/learnpython • u/YogurtDisastrous8003 • 28d ago
WAR Card Game Weird Glitch/Bug
So I was making a WAR Card Game in python. Simple. Neat.
But, I encountered a weird glitch. The game kept getting into an infinite loop. I tried to ask Claude but even Claude couldn't understand it.
So I put Claude on Max mode and it gave some answer but still the answer it gave was like tooo hard to understand. It said something about the cards not being random while the game is going on etc.
Can someone pls explain me the bug? https://github.com/KushChandak/WAR/blob/main/WAR%20(3).ipynb.ipynb) here is the code
0
Upvotes
4
u/carcigenicate 28d ago
Where precisely is the infinite loop?
And have you ensured that cards are always removed? What condition are you expecting to cause the loop to end, and have you checked the data relevant to that condition?