Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 431 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 431 Bytes

figure-game-solver

This file will become your README and also the index of your documentation.

Install

pip install figure-game-solver

How to use

Fill me in please! Don’t forget code examples:

h = Grid()
print(h)
  0  0  0  0  0
  0  0  0  0  0
  0  0  0  0  0
  0  0  0  0  0
  0  0  0  0  0