Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knqyf263/8-puzzle


https://github.com/knqyf263/8-puzzle

Last synced: about 1 month ago
JSON representation

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」という文字列が答えです。