Course: Introduction to AI
Instructors: Mr. Nguyen Tran Duy Minh, Mrs. Nguyen Ngoc Thao
This is a Wumpus World agent implementation with a graphical user interface (GUI).
Class: 23CLC05
Group members:
- Nguyen Hoang Anh Khoa - 23127015
- Nguyen Hoang Dang - 23127166
- Ngo Tran Quang Dat - 23127341
- Thai Minh Huy - 23127379
- Python >= 3.8
- pygame == 2.6.1
- Clone or download this repository
- Install the required dependencies:
pip install -r requirements.txt
Run the main.py file
If the program runs successfully, the initial game window will appear as shown below:
-
Window title: Project 02 – Wumpus World Agent
-
Background: A space-themed scene with stars, galaxies, a UFO, an alien character, and an astronaut.
-
"Select Map" dropdown (left side): Allows choosing the map (e.g., 1, 2, 3, 4, 5. Random).
-
"Agent" dropdown (right side): Allows choosing the agent type (Hybrid, Random, etc.).
-
"Normal" button (blue): Starts the game in Normal Mode.
-
"Advanced" button (orange): Starts the game in Advanced Mode.