hatfield-c / hop

Repository for "HopTo" game
0 stars 0 forks source link

[HOP-6] Player object should follow object pooling #6

Closed hatfield-c closed 4 years ago

hatfield-c commented 4 years ago

Presently, the player object deletes its shell objects upon collision, and then re-instantiates them when the object is reset.

The player object should instead pool and reuse its objects, such that the shell pieces are merely disabled when they reach their bounce limit, and reenabled when the player object is reset.

hatfield-c commented 4 years ago

This issue is now complete.