inureyes / Galtron

2D Shooter Python Game. Upgrading with collaboration on GitHub. Part of the "OSS SW Development" class.
Other
32 stars 48 forks source link

Create a new HUD #261

Open StillnessFate opened 6 years ago

StillnessFate commented 6 years ago

Currently used HUDs look coarse and lack scalability. Therefore, there is a need to create a simple and cool new HUD. The newly created HUD should not interfere with playing the game and should not look messy. The new HUD selects one of two major types.

  1. A simple-shaped HUD that is displayed directly on the game screen.
  2. It is a HUD that occupies a certain area of the game screen and is independent of the area where the game is going.

Please make a nice HUD!

Verssae commented 6 years ago

I will solve it.