A simple game, similar to Wumpus
For more information, read the PDF file which is located in this repository (it's in Persian language).
apt install libopencv-dev python3-opencv
pip3 install -r requirements.txt
python3 run.py
- 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.