/wumpus2

A Wumpus Game with AI

Primary LanguageC++MIT LicenseMIT

Wumpus 2

A Wumpus Game with AI

Getting Started

You will need install those packages to run the game.

Prerequisites

The project was built in C++ with SFML library and compiled with G++.

Playing!

Compile using g++:

g++ -std=c++11 wumpus_world.cpp SmartAgent.cpp -o wumpus_world -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio

Run!:

./wumpus_world

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details