The Wumpus World is a simple world (as is the Block World) for which to represent knowledge and to reason. It is a cave with a number of rooms, represented as a 4x4 square.
C++
The C++ Standard Template Library (STL)
cmake
c++ and C++ Standard Template Library (STL)
sudo apt-get install build-essential
cmake
sudo apt-get install cmake
clone the repository
Enter to Wumpus-World
create folder
Enter to the created folder
write the command 'cmake ..'
write the command 'make'
Finally call the executable file 'Wumpus_World'
git clone https://github.com/teddyk251/Wumpus-World.git
cd Wumpus-World
mkdir build
cd build
cmake ..
make
./Wumpus_World
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.