← all posts
blog /
#cpp
posts with this tag [2]
-
projectqwirkle game: c++ terminal game with ai mode
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)
-
projectgrid pathfinder: c++ grid path planning solver
a c++ grid-based path planning solver using forward search, manhattan-distance heuristics, and path backtracking