Skip to content

v0.1.0: Merge pull request #11 from GamesCrafters/prod

Compare
Choose a tag to compare
@Ant1ng2 Ant1ng2 released this 08 Mar 06:24
ed33ec6
  • generateMoves for Puzzles using GeneralSolver now takes in a keyword argument "movetype". Details are in Puzzle.py
  • PickleSolverWrapper is available for storing solvers into binary files, avoiding re-computation afterwards. Optional function getName allows you to set the name of the file itself.
  • ALL filenames are required to have a lowercased first letter. All file names were changed to reflect this.
  • The solver folder was renamed solvers
  • Tutorials were reorganized and reeditted
  • requirement.txt was added for dependencies
  • test was renamed to add an underscore test_
  • GraphPuzzle is available to create an actual Puzzle tree with nodes. Documentation is expected to come soon.