ARTech-Industries / BrickBreaker

0 stars 19 forks source link

Instructions for how to play the game should be shown to the player #20

Open a-r-t opened 7 months ago

a-r-t commented 7 months ago

There should bean in-game instructions menu somewhere for the player to access and read. Not sure how to best implement this -- maybe it would go well alongside issue https://github.com/ARTech-Industries/BrickBreaker/issues/3 or issue https://github.com/ARTech-Industries/BrickBreaker/issues/9?

alexpower9 commented 7 months ago

I would love to do this! I would have a key such that when held down, a quick menu screen appears. This does not pause the game. I worked out a lot of various display screens during 225, and I feel like I can handle this.

a-r-t commented 7 months ago

@alexpower9 go for it!

alexpower9 commented 7 months ago

Upon playing the game, I realize that having a quick menu appear would not be the best solution. However, I could perhaps work on the pause feature as well.

alexpower9 commented 7 months ago

I will work on the pause as well!