MOAR Project

Last week my group met and we did lot more work on the project and we have buttons and other functionality. The game is nearing complete and its looking pretty good. We figured out what the issue with the buttons was, in python if you have a class and you make a variable that isn’t prefaced with self then it makes the variable static instead of adding it to the class. We fixed it by prefacing the buttons with self so that they aren’t in every class.

Leave a Reply

Your email address will not be published. Required fields are marked *