Understanding Clanlib Input Test
Exploring Clanlib Input Test reveals several interesting facts. Just messing around with an interactive object, XML-based data, tile map loading, layers, and switching screens. Sprites were ...
Key Takeaways about Clanlib Input Test
- Progress in the game. Added static object class to easily implement animations - here displayed in explosions when an enemy ...
- Collisions in
- Messing about with
- resizing and moving a gradient box using
- Added a simple overlay menu. Made skillbar clickable (not visible in video). Game is now fully playable, although extremly simple.
Detailed Analysis of Clanlib Input Test
Messing about, trying to learn C++ and Added Attempt at creating something using
Implemented spawners that spawn random enemies. Added collision detection. Added player health bar (Death is detected, but ...
Stay tuned for more updates related to Clanlib Input Test.