Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knqyf263/8-puzzle
https://github.com/knqyf263/8-puzzle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/knqyf263/8-puzzle
- Owner: knqyf263
- Created: 2013-07-21T20:11:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-19T15:01:32.000Z (over 10 years ago)
- Last Synced: 2023-07-31T16:16:43.114Z (over 1 year ago)
- Language: Python
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
8-puzzle
============以下のように出題されます。
Goal
+-----+
|1|2|3|
|4|5|6|
|7|8| |
+-----+Problem 1
+-----+
|7|2|3|
|4|8|6|
|1|5| |
+-----+空白の位置を動かして、Goalの形にして下さい。
50問出題されます。
制限時間は20秒です。
最後の「flag」という文字列が答えです。