-
Notifications
You must be signed in to change notification settings - Fork 5
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
Spiders #59
base: master
Are you sure you want to change the base?
Spiders #59
Conversation
This currently has bat-like movement instead of player-chasing movement. This will be fixed.
This will be reverted before merging.
This will be improved once the proper movement ai is implemented
I will be adding web spiders before we merge this PR. I just wanted to go ahead and get this out there as a sort of progress update |
A couple of notes:
Thanks! |
The scaling approach just happened as a result of the spawned spider being on top of the mother spider. On the next move, the spawned spider becomes its normal size. I figured different colors would be sufficient for differentiating between spiders, but we can do a different sprite if you want. Yeah, it definitely makes the room harder. (I rather enjoyed having to fight off hordes of spiders). Maybe mother spiders shouldn't show up until more difficult rooms or we could just make sure that only 1 mother spider exists at a time. Excellent point - will do. |
If nothing else, the mother spider should have a limit of how many spiders she can spawn at a time; for now, limited at 3. |
Whenever you're ready for a review, could we get an updated build? Thanks! :D |
The build isn't consistently working right for me, but here it is: |
Ready for review 👍 |
This adds
https://willamin.github.io/enchiridion/more-spiders/