Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 577 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 577 Bytes

wiki-crawl

A game of path finding through Wikipedia topics.

Getting Started

Install Requirements

pip install -r requirements.txt

Run

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]