PlaceholderGames / 2020-yr1-group-6

CS1S464 2020 Group 6
0 stars 0 forks source link

Game windows freezing upon action inputted #16

Open Joseph-Thomas13 opened 4 years ago

DoctorMikeReddy commented 4 years ago

Not seeing any code on the repo. You need to upload it for me to be able to fix

Joseph-Thomas13 commented 4 years ago

Not seeing any code on the repo. You need to upload it for me to be able to fix

The code is under the Nameless_Eldritch_Framework branch and inside the folder Nameless Eldritch Framework

DoctorMikeReddy commented 4 years ago

OK, will look at this now

DoctorMikeReddy commented 4 years ago

Cannot proceed, as Game.py - the file I assume needs to be run - is complaining that a folder, Graphics, and a file, Player.png, don't exist; these aren't in the branch @Joseph-Thomas13

Joseph-Thomas13 commented 4 years ago

Apologies, I have now included the audi and Graphics as zip files inside the nameless_eldritch_framework branch

DoctorMikeReddy commented 3 years ago

Ok, do you mean that the game window that is created is "Not Responding"? There is interaction in the IDLE (or shell) window, which is (presumably) a text adventure framework for the game. What is meant to happen with the graphic window @Joseph-Thomas13 ?

DoctorMikeReddy commented 3 years ago

It looks like you never use (or have commented out) any elements that make use of the graphics screen.

Joseph-Thomas13 commented 3 years ago

I commented the code out as I still had to work on the project, but when it is uncommented yes the window responds with "Not Responding" and crashes

DoctorMikeReddy commented 3 years ago

Do I need to review this @Joseph-Thomas13

DoctorMikeReddy commented 3 years ago

OK, I have created some stub code - partially by disabling your text adventure game loop, but hopefully, you can reintegrate this into the new graphic display instead - on a branch called Window-fix I have tried to keep as much original code of yours as I can. Do ask if you have questions @Joseph-Thomas13

Joseph-Thomas13 commented 3 years ago

I have looked into the code stub that was created and have attempted to understand it and alter it to work with the game, however the issue has arose again. @DoctorMikeReddy

DoctorMikeReddy commented 3 years ago

I need more information. I cannot be expected to debug every bit of code you create, without at least knowing that you tried @Joseph-Thomas13