Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to access a label in an other def ?
Post: RE: How to access a label in an other def ?

sys.exit(app.exec_()) is in your while loop so i guess it just exits as soon as you went through the first iteration. move it out of the while loop.
danielsvens GUI 1 2,138 Apr-27-2019, 10:32 AM
    Thread: Adding a single player mode to my wxOthello game
Post: RE: Adding a single player mode to my wxOthello ga...

Nice thread im also working on Othello game but built with pygame. i was thinking on implementing minMax algorithm.
danielsvens Game Development 29 11,785 Apr-27-2019, 10:06 AM
    Thread: breaking even if conditions is not met
Post: RE: breaking even if conditions is not met

Hi, You have not declared the gameover variable. if you remove the try except at the end you should get an error message that tells you what is wrong. if first:this piece of code is equivelant to "...
danielsvens General Coding Help 5 3,619 Feb-02-2019, 06:06 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020