python -m search < test-vis1.csv
hotungkhanh/A-star-search-agent
A simplified Tetris game where the goal is to remove a target token using the fewest moves. Implements A* search with heuristic optimization to find the shortest sequence of actions for the Red player.
Python