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

Move "max fuel" input to character tab and rename "max moves" #1664

Open
2 tasks
faucomte97 opened this issue Jul 9, 2024 · 2 comments
Open
2 tasks

Move "max fuel" input to character tab and rename "max moves" #1664

faucomte97 opened this issue Jul 9, 2024 · 2 comments
Assignees
Labels
volunteers Tasks that can be picked up by anyone

Comments

@faucomte97
Copy link
Contributor

faucomte97 commented Jul 9, 2024

Task Description

The level editor feature in Rapid Router allows for the creator to set a specific amount of "fuel" for the van - this is a useful game mechanic especially when creating a level that highlights the need to write efficient code / find an efficient route.
The input for that setting currently lives under the "Map" tab. It should be moved to the "Character" tab instead as it relates more to the character "moving" around the map.

image

Additionally, "fuel" only refers to the classic van character and doesn't make sense when another character is chosen, so we want to rename the label of the input.

Acceptance Criteria

  • Move the "fuel" input from the "Map" tab to the "Character" tab.
  • Rename the input from "Max fuel" to "Max moves" (this is only needed on the frontend side, for simplicity's sake, the variable in the code can remain fuel as renaming it everywhere would be tedious.)
@faucomte97 faucomte97 added the volunteers Tasks that can be picked up by anyone label Jul 16, 2024
@libklein
Copy link

Happy to work on this @faucomte97 .

@faucomte97
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
volunteers Tasks that can be picked up by anyone
Projects
None yet
Development

No branches or pull requests

2 participants