コード例 #1
0
ファイル: prettify.py プロジェクト: jacquev6/SolveSomePuzzles
#!/usr/bin/env python3
# coding: utf8

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

import standard_bfs_solver

import Puzzle


standard_bfs_solver.prettify("JellyNoPuzzle", Puzzle.Puzzle)
コード例 #2
0
ファイル: prettify.py プロジェクト: jacquev6/SolveSomePuzzles
#!/usr/bin/env python3
# coding: utf8

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

import standard_bfs_solver

import Puzzle


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