Den4200 / game-jam-2020

My team's submission for Python Discord's Game Jam 2020.
https://pythondiscord.com/pages/events/game-jam-2020/
MIT License
3 stars 1 forks source link

Implement traps class #18

Closed albertopoljak closed 4 years ago

albertopoljak commented 4 years ago

Similar polymorphism as enemies but completely new thing. For the being just a simple spike trap that periodically extends spikes is good enough.

Should be modular so we can make a trap spike that extends spikes only when player is close/on i etc.

Den4200 commented 4 years ago

I can try this one out.

Den4200 commented 4 years ago

Spikes implemented. Last commit for spikes: 785f49c