posts with this tag [2]
Tag archive
#cpp- ▌ >project
qwirkle game
a c++ terminal implementation of qwirkle with save/load, command-driven gameplay, a test harness, and my milestone 3 upgrades: ai mode, multi-tile turns, and ux improvements (group project)
- ▌ >project
grid pathfinder
a c++ grid-based path planning solver using forward search, manhattan-distance heuristics, and path backtracking