KRHS-Game-Programming-2022 / GammaRay

1 stars 0 forks source link

Room Does Not Exist and Shooting Directions #4

Closed Tshep9 closed 2 years ago

Tshep9 commented 2 years ago

After moving to the right for awhile, the game crashed once I went to a different room.

Traceback (most recent call last): File "Game.py", line 111, in tiles = loadLevel("Levels/Level"+str(level)+"-Room"+str(room)+".lvl") File "C:\Users\Student\PycharmProjects\GammaRay\LevelLoader.py", line 6, in loadLevel f = open(lev, 'r') FileNotFoundError: [Errno 2] No such file or directory: 'Levels/Level6-Room2.lvl'

Also, when shooting, you cannot move and shoot in a different direction; this makes shooting up difficult. You could improve this by adding separate shooting direction controls.

Pulled 10:07, May 17

StixV50 commented 2 years ago

The bug with the movement has been fixed, and the bug with the room's not existing will persist until the game is done, thank you