Skip to content

gummoe/pizzabot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pizzabot

Route finder for grid points... for pizza

Running the program

Pizzabot is designed to be run from the command-line. To run it, navigate to the pizzabot directory and enter something like:

python pizzabot.py 5x5 1,3 2,2 4,4

The first argument is the size of the grid and must match the format: 9x9

All additional arguments afterward are coordinates that must fit on the grid. The formatting of each coordinate argument must match: 1,3

Tests

To run the tests, navigate to the pizzabot directory in the command-line and enter: python tests.py or python tests.py -v for more verbose output.

About

Route finder for grid points

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages