fishPiMazeMap

摸鱼派迷宫脚本

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

المؤلف
TwoCarPongPong
التثبيت اليومي
0
إجمالي التثبيت
17
التقييمات
1 0 0
الإصدار
1.3
تم إنشاؤه
10-12-2023
تم تحديثه
29-12-2023
الحجم
7.76 KB
الترخيص
MIT
ينطبق على

摸鱼派迷宫脚本(https://maze.hancel.org/) 功能如下:
* 记录墙壁(棕色)走过的路(白色)探过的路但是没走过的路(灰色)和当前点(蓝色)
* 实时保存存档(使用localStroage)
* 将起点移至中间 可以解决死局 目前的办法是将地图大小放大 然后将起点挪至中间 这样可以记录当前局部地图 对死局有帮助
* 删除存档 如果把存档搞烂了就用这个
* 加了一个防止方向键触发页面滚动 防止上下移动时页面窜来窜去