AI Maze Solver Project - CS450 - Fall 2024 - University Name
VerifiedAdded on  2019/09/20
|2
|917
|172
Project
AI Summary
The assignment focuses on developing an AI to solve a maze using the C programming language. The maze contains a player, keys, and an exit. The player must collect all keys before reaching the exit to solve the maze. Students are provided with several C files (Maze.c, Maze.h, Main.c, and MazeSolver.h), and they are required to implement the maze-solving logic within MazeSolver.h. The project emphasizes the use of provided functions for movement, position retrieval, and maze inspection. The grading scheme includes points for test cases and extra credit for speed, bug reports, and other factors. The project must be compatible with the provided files and the final versions after any potential updates, and it must adhere to the rules to avoid penalties for cheating the system. The maximum maze size is 500x500.
1 out of 2