Project 08: Mouse Maze Navigation
VerifiedAdded on 2019/09/16
|2
|571
|280
Project
AI Summary
This project requires students to develop a C++ program that navigates a mouse through a maze, collecting cheese and finding the exit. The program utilizes a provided library and DLL for graphics and user interface. Students are tasked with implementing the `mouse_move()` function to create a decision-making strategy for the mouse, using helper functions to move and look around the maze. The project emphasizes functionality, code appearance, and comments. Students must submit their code and demonstrate the program to their instructor.
1 out of 2