Beispiel #1
0
#!/usr/bin/env python3
# coding: utf8

# Copyright 2015 Vincent Jacques <*****@*****.**>

import standard_bfs_solver

import Puzzle


standard_bfs_solver.prettify("JellyNoPuzzle", Puzzle.Puzzle)
Beispiel #2
0
#!/usr/bin/env python3
# coding: utf8

# Copyright 2015 Vincent Jacques <*****@*****.**>

import standard_bfs_solver

import Puzzle


standard_bfs_solver.prettify("UnblockMeFree", Puzzle.Puzzle)