Python Forum

Full Version: Isometric game pygame Tiled
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there!

I'm interested in creating an isometric game using Pygame, specifically with isometric movement on a map created with Tiled. I would like to achieve something similar to this:
[Image: attachment.php?thumbnail=1360]


Additionally, I would like to implement collision detection between two objects within the isometric grid.

Thank you!