Endless-2D-Runner/ ├── main.py ← game loop, screens, orchestration ├── player.py ← Player class (physics, animation, power-ups) ├── obstacle.py ← Obstacle, Coin, PowerUp classes ├── settings.py ← all ...
An endless runner mobile game built with Unity 3D. Guide your character through a procedurally generated 3D track, dodge obstacles, collect coins, unlock new characters and maps, and compete for the ...