Cube Shooter - OBJECT POOL
This is the result of my practice in implementing the Object Pool design pattern in game development. This simple game features a cube that can shoot bullets. To optimize performance and avoid constantly creating new objects, the bullets are managed using the Object Pool technique. Used bullet objects are returned to the pool to be reused when needed, reducing memory overhead and improving overall efficiency.
Status | Released |
Platforms | HTML5 |
Author | Hikma Maulana Malik Ibrahim |
Genre | Shooter |
Made with | Unity |
Leave a comment
Log in with itch.io to leave a comment.