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

Start implementing switch logic #3

Closed
4 tasks done
alicerunsonfedora opened this issue Aug 25, 2020 · 2 comments
Closed
4 tasks done

Start implementing switch logic #3

alicerunsonfedora opened this issue Aug 25, 2020 · 2 comments
Assignees
Labels
task Something needs to be done but isn't a bug or feature request
Milestone

Comments

@alicerunsonfedora
Copy link
Owner

alicerunsonfedora commented Aug 25, 2020

Switches are a primary component of this game and add challenges. The logic for switches should be implemented. The following will need to be done:

  • Create a base switch class that all elements can inherit from.
  • Create subclasses for switch elements.
  • Create tile set images for switches.
  • Update GameScene code and other utilities to account for switches of multiple types.
@alicerunsonfedora alicerunsonfedora added the task Something needs to be done but isn't a bug or feature request label Aug 25, 2020
@alicerunsonfedora alicerunsonfedora added this to the Milestone 1 milestone Aug 25, 2020
@alicerunsonfedora alicerunsonfedora self-assigned this Aug 25, 2020
@alicerunsonfedora
Copy link
Owner Author

Implementations for SwitchRequisites have been added, which should dictate the configuration of the multiple inputs.

@alicerunsonfedora
Copy link
Owner Author

The lever has been implemented with a new texture 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Something needs to be done but isn't a bug or feature request
Projects
None yet
Development

No branches or pull requests

1 participant