おみくじ


暇潰しに作りました。
ちなみに糞ショボいです。
ランダム機能はありません。

text("おみくじ",10,10,0)
input()
clear(0,0,width,height)
input()
text("上、右、左、下、決定キー、#、*",10,10,0)
text("0.1.2.4.6.7.8.9.を",30,30,0)
text("押すとおみくじの結果が出るよ(゚∀゚)",50,50,0)
text("押してみてね",70,70,0)
input()
clear(0,0,width,height)
if(scan==1){text("大吉('∀`)大吉だ!",0,20,0)}
if(scan==2){text("中凶('A`#)くそっ…",0,20,0)}
if(scan==4){text("超吉('∀`ミ'∀`)ヤターー!!",0,20,0)}
if(scan==16){text("超凶('A`)oh...",0,20,0)}
if(scan==64){text("メガバイト吉('A`)メガってあんまり…",0,20,0)}
if(scan==128){text("キロバイト凶('A`)キロバイト…か…",0,20,0)}
if(scan==256){text("小吉('A`)小吉…",0,20,0)}
if(scan==512){text("中吉('A`)中って何か中途半端だな…",0,20,0)}
if(scan==1024){text("テラ凶('A`)鬱だ…死のう…",0,20,0)}
if(scan==2048){text("ギガバイト吉('∀`ミ'∀`)ギガ キターーー!!!!!",0,20,0)}
if(scan==4096){text("凶('A`)凶ねぇ…",0,20,0)}
if(scan==16384){text("末吉('A`)末吉って…",0,20,0)}
if(scan==32768){text("吉('A`)吉って…少ない…",0,20,0)}
if(scan==65536){text("メガバイト凶('A`)メガバイト凶ってなんだよ…",0,20,0)}
if(scan==8192){text("テラ吉('∀`)テラッテラッ☆",0,20,0)}
input()