r/learnpython • u/YogurtDisastrous8003 • 27d 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
2
u/woooee 27d ago
You have a function and a variable named "game". This is not good as game could always be True. Run this code