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

Add wall-breaker with random spawn #11

Closed rowan04 closed 1 year ago

rowan04 commented 1 year ago

Add wall breaker that spawns randomly in different spawn points across the maze. Will be able to break one wall piece, allowing the user to break into the exit.

Maybe add a feature in which if the player accidentally uses their wall breaker not on the exit, another one will spawn? So that the player can't get stuck.

rowan04 commented 1 year ago

as mentioned on excel sheet

Will-Cross1 commented 1 year ago

could make it so there is something in all possible spawn locations

Will-Cross1 commented 1 year ago

b ut the wall breaker is only in 1 of the spaces

Will-Cross1 commented 1 year ago

time stop potion?

could make add items a different issue

rowan04 commented 1 year ago

could make it so there is something in all possible spawn locations

  • wall breaker
  • potion
  • score increaser

yeah ok

rowan04 commented 1 year ago

b ut the wall breaker is only in 1 of the spaces

yh

Will-Cross1 commented 1 year ago

can only see item line of sight? or when a few blocks apart from it?

rowan04 commented 1 year ago

can only see item line of sight? or when a few blocks apart from it?

no i think a few blocks apart from it

rowan04 commented 1 year ago

can only see item line of sight? or when a few blocks apart from it?

no i think a few blocks apart from it

like within a y coord and x coord range of it, maybe 75

rowan04 commented 1 year ago

btw i have implemented the random spawn, havent done the rest of it yet