Mrmaxmeier / BombSquad-Community-Mod-Manager

A Mod Manager for BombSquad
The Unlicense
133 stars 128 forks source link

New BeOnTop.py minigame #57

Open YashKandalkar opened 6 years ago

YashKandalkar commented 6 years ago

I have created this simple game which is supported only for the Crag Castle map. Player have to stay at the top of the map in order to not lose health on a constant interval of time.

MattZ45986 commented 6 years ago

@YashKandalkar, I like the idea. It is like a King of the Hill spin-off forcing players to act quickly before their health disappears. However, there are a few things that could be changed.

  1. The game doesn't end if there is one person left.
  2. The amount of points awarded is astronomical.
  3. Players spawn at the same point on top of each other.
  4. With a few if statements and some testing, this game could apply to many other maps (Tip Top, Courtyard, Happy Thoughts, Big G, etc...).

Thank you for making this mod. I hope it makes it in.

YashKandalkar commented 6 years ago

Thanx for the reply, I really appreciate! I will definitely try to add the changes you suggested and make a new PR soon.