Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 757 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 757 Bytes

Artificial Intelligence Course Project

A simple game, similar to Wumpus

For more information, read the PDF file which is located in this repository (it's in Persian language).

Dependencies

apt install libopencv-dev python3-opencv
pip3 install -r requirements.txt

Usage

python3 run.py

Screenshot

screenshot

Notes

  • This project agent is not very intelligent and its algorithm is not similar to the one that's described in the PDF file.
  • The game judge and the agent codes are seperated, so you can put your own agent code in the project.