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

Add Race game mode #33

Open
garsipal opened this issue Oct 28, 2023 · 0 comments
Open

Add Race game mode #33

garsipal opened this issue Oct 28, 2023 · 0 comments
Labels
enhancement New feature or aesthetic improvement low priority Currently, we honestly do not give a damn pending review Something that is being considered, investigated or put on hold

Comments

@garsipal
Copy link
Member

garsipal commented Oct 28, 2023

Here's how I envision it:

  • finish line entity: introduce a finish line entity with a radius. When a player crosses this finish line, they get teleported back to a spawn point and a new lap is added to their record;
  • checkpoint entity: implement checkpoint entities (with a radius) to ensure that if a player dies, they can respawn from the most recent checkpoint they reached;
  • lap limit variable: create a variable that allows the server creator to define the maximum number of laps required to determine the winner;
  • scoring system: each time a player finishes a lap, the system records the number of seconds it took them to complete that lap and adds these seconds to their overall points;
  • winner determination: the player with the fewest points, indicating they completed laps in the least time, wins the match once the maximum lap limit is reached;
@garsipal garsipal added the enhancement New feature or aesthetic improvement label Oct 28, 2023
@garsipal garsipal added the pending review Something that is being considered, investigated or put on hold label Dec 5, 2023
@garsipal garsipal added the low priority Currently, we honestly do not give a damn label Feb 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or aesthetic improvement low priority Currently, we honestly do not give a damn pending review Something that is being considered, investigated or put on hold
Projects
Development

No branches or pull requests

1 participant