「昭和冒険編/地雷パターン」の編集履歴(バックアップ)一覧に戻る

昭和冒険編/地雷パターン - (2011/04/30 (土) 17:10:57) のソース

#contents()
数字:地雷の数 ◯:地雷無し確定 爆:地雷有り確定 ?:地雷有無不確定 壁:壁
//もっといい型や名前があったら追加・変更お願いします
#divid(center){
*121型
|~爆|BGCOLOR(lightblue):◯|~爆|
|COLOR(blue):1|COLOR(green):2|COLOR(blue):1|
|0|0|0|
//
*1221型
|BGCOLOR(lightblue):◯|~爆|~爆|BGCOLOR(lightblue):◯|
|COLOR(blue):1|COLOR(green):2|COLOR(green):2|COLOR(blue):1|
|0|0|0|0|
//
*1凸型
|BGCOLOR(lightblue):◯|BGCOLOR(lightblue):◯|BGCOLOR(lightblue):◯|
|?|COLOR(blue):1|?|
|COLOR(blue):1|COLOR(blue):1|COLOR(blue):1|
|0|0|0|

更に真ん中の地雷無し確定が1だった場合
|BGCOLOR(lightblue):◯|BGCOLOR(lightblue):◯|BGCOLOR(lightblue):◯|
|BGCOLOR(lightblue):◯|COLOR(blue):1|BGCOLOR(lightblue):◯|
|?|COLOR(blue):1|?|
|COLOR(blue):1|COLOR(blue):1|COLOR(blue):1|
|0|0|0|
//
*壁際111型
|BGCOLOR(lightblue):◯|?|?|BGCOLOR(gray):壁|
|COLOR(blue):1|COLOR(blue):1|COLOR(blue):1|BGCOLOR(gray):壁|
|0|0|0|BGCOLOR(gray):壁|
//
*壁際2型
|BGCOLOR(lightblue):◯|~爆|~爆|BGCOLOR(gray):壁|
|COLOR(blue):1|COLOR(green):2|COLOR(green):2|BGCOLOR(gray):壁|
|0|0|0|BGCOLOR(gray):壁|
//
*階段型
例1
|0|COLOR(blue):1|~爆|
|0|COLOR(blue):1|COLOR(blue):1|
|0|0|0|

例2
|0|COLOR(blue):1|~爆|BGCOLOR(lightblue):◯|
|0|COLOR(blue):1|COLOR(green):2|~爆|
|0|0|COLOR(blue):1|COLOR(blue):1|
|0|0|0|0|
//
*232型
|~爆|~爆|~爆|
|COLOR(green):2|COLOR(goldenrod):3|COLOR(green):2|
|0|0|0|
//
*角121型
|?|?|BGCOLOR(lightblue):◯|
|COLOR(blue):1|COLOR(green):2|?|
|0|COLOR(blue):1|?|
//
*その他
-これまでの地雷でお決まりだったゴールの下1マスには必ず地雷がないというのは通用しない。
}