Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Game Modes #7

Closed
dragosc1 opened this issue Oct 22, 2024 · 1 comment · Fixed by #26
Closed

Game Modes #7

dragosc1 opened this issue Oct 22, 2024 · 1 comment · Fixed by #26
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@dragosc1
Copy link
Contributor

Add game modes for team deathmatch and zombie survival.

@dragosc1 dragosc1 changed the title Game Modes: Game Modes Oct 22, 2024
@Razvan48
Copy link
Contributor

Team DeathMatch:

  • players are grouped into two teams
  • a player belongs to exactly one team
  • the teams will battle each other
  • the winning team is the team that has the last player or players alive
  • no friendly fire (bullets should however collide with the bodies of teammates and bullet blasts should appear but should not take any damage) (this means that each bullet/bulletblast must know who was the player that created them, player which is no longer a singleton)
  • no zombies, no zombie waves
  • these ideas can be improved/changed in the future

Zombie Survival:

  • there are no teams
  • players should cooperate, they should survive never ending waves of zombies
  • friendly fire on/off? (might be more fun with friendly fire on but also having to tackle the threat of zombies)
  • these ideas can be improved/changed in the future

@Razvan48 Razvan48 added the enhancement New feature or request label Oct 22, 2024
@sebimih13 sebimih13 added this to the v0.3 release milestone Nov 9, 2024
@sebimih13 sebimih13 pinned this issue Jan 5, 2025
@sebimih13 sebimih13 mentioned this issue Jan 30, 2025
@sebimih13 sebimih13 linked a pull request Jan 30, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants