Skip to content

Releases: CatFish-in-myDish/Pacman

Third versioning of pacman

08 Mar 13:20

Choose a tag to compare

What's added

  • Pincer movement for the ghosts.
  • Ambush algorithm.
  • Random strategy for the ghosts.
  • Threaten mode for the ghosts.

Merges

Full Changelog: V2.0...V.3.0

Version 2.0

17 Feb 14:03

Choose a tag to compare

Graph-Based Pacman Survival Game is a Qt5-powered C++ remake featuring advanced AI and computational geometry. Four ghosts use unique strategies (A*, heuristic, directional, predictive), with dynamic role switching each tick. Includes Chain Lightning (closest-pair algorithm), convex hull territory detection (QuickHull), multi-round progression, and real-time graph-based pathfinding.

First Release

27 Dec 18:22
29b4f68

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: V.0.9...V.1.0