All Questions
2 questions
0
votes
1
answer
3k
views
How to iterate a sprite group correctly in Pygame avoiding "maximum recursion depth exceeded"?
I'm making a game and I have almost finished it, but I'm usually finding the error RuntimeError: maximum recursion depth exceeded when I iterate a sprite group.
...
4
votes
1
answer
2k
views
Issue with implemented Minesweeper algorithm
So I'm attempting to learn Python by way of Minesweeper. I've got experience with SDL, so I figured playing around with PyGame sounded like a fun way to learn the syntax of the language.
Anywho, I'm ...