A game of path finding through Wikipedia topics.
pip install -r requirements.txt
python3 main.py
Breadth and depth parameters can be entered through the command line.
- Breadth: the max number of links to choose from per page.
- Depth: the number of pages between the starting and finishing page.
python3 main.py [breadth] [depth]