This repository was archived by the owner on Jun 3, 2026. It is now read-only.
Releases: SebaB29/chase
Releases Β· SebaB29/chase
Classic Desktop Version
πββοΈ Final Desktop Release
This release marks the completion of the classic desktop version of the Chase Game, built with Python and gamelib. This tag serves as a stable backup before migrating the project into a web-based architecture using AI agents.
π What's Included
- Turn-Based Grid Logic: Complete implementation of 8-direction movement mechanics (orthogonal and diagonal) where robots react to every player step.
- Smart Collision Physics: Fully functional AI pathfinding logic that allows players to lure robots into destroying each other or crashing into obstacles.
- Interactive Environment: Mechanics for pushing obstacles strategically and a random-chance Teleport feature ("Panic Button") for emergency escapes.
- Academic Baseline: Structured programming foundation that successfully meets all requirements for the original university assignment.
π¦ Assets & Environment
- Target Python Version:
3.10+ - Key Dependency:
gamelib(included in/graphics)
Note: If you need to run or review the original desktop implementation in the future, checkout this specific tag:
git checkout tags/v1.0.0-desktop