rowan04 / CW3-Maze-Game

A maze game for the third coursework task of the programming concepts module at BNU for L4 Digital and Technology Solutions.
1 stars 1 forks source link

pressing enter resets the maze #32

Closed rowan04 closed 1 year ago

rowan04 commented 1 year ago

pressing enter resets the maze

sorta cool but probably shouldnt happen. easy to do accidentally

Will-Cross1 commented 1 year ago

issue in MyWorld public void act()

the if statement in it can always be activated

figure out way for intro screen to disappear without using that method

rowan04 commented 1 year ago

issue in MyWorld public void act()

the if statement in it can always be activated

figure out way for intro screen to disappear without using that method

also, if you click enter on the death screen, the text all stays on screen, and the maze put back on top of it

Will-Cross1 commented 1 year ago

currently this is quite convenient for testing

rowan04 commented 1 year ago

currently this is quite convenient for testing

agreed

Will-Cross1 commented 1 year ago

Im going to make it so that it stays but when you press enter it fully resets it so its easier to restart

rowan04 commented 1 year ago

Im going to make it so that it stays but when you press enter it fully resets it so its easier to restart

ok

Will-Cross1 commented 1 year ago

72