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

Maze Goal #8

Open
sxlksxskul opened this issue Feb 8, 2024 · 1 comment
Open

Maze Goal #8

sxlksxskul opened this issue Feb 8, 2024 · 1 comment
Assignees
Labels
Feature New feature or request

Comments

@sxlksxskul
Copy link
Owner

Program the goal of the maze that the players are aiming to get to.
Also relies on Issue #5

@sxlksxskul sxlksxskul self-assigned this Feb 8, 2024
@sxlksxskul sxlksxskul added the Feature New feature or request label Feb 8, 2024
@sxlksxskul
Copy link
Owner Author

After a player enters a maze goal, player score should be updated and a new maze should be generated. Scene should not be restarted, rather the maze cell walls should all be reenabled and generation should start again. Hiding the players outside the camera might be the easiest thing to do, and then just change their positions when SpawnPlayers() is called. Or even better just check whether or not this is the first scene, if not then just change their coordinates, shouldn't be too hard to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant