Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
Numster | When The Number Become A Monster.
<hr>
[["Start"|op]]
[["About"|about]]Did you want to read the epilogue ?.
[["Yes"|op1]]
[["No"|tutorial]]You Asleep. But you hear someone knocking on your front door.
You open it. And saw the Wizard.
The Wizard tell you.
"Our town been invaded by the 'Numster'. You must help us."
"To Attack the 'Nunster', We need to read the 'Math', And Solve It."
"The Number Just 0 to 3. And It's Just 3 Digits Of Number. It's Easy."
"We need to evacuate all the people, Then we can fight to lure the monster to not attack the people."
And then you just Agree to it.
"Oh Thanks. Then, Shall we do practice ?."
And then you nod again.
You both go to the Training Camp.
But, The Wave of Monster just appear.
The Wizard then said.
"There is No Time for you to Training. Just Go To The Battlefield Zone !. Now !."
[[">>>"|tutorial]]- You Have 3 Life. Once It Reach 0. You lose.
- You Just Have 3 Seconds To Attack The 'Numster'.
- If You Wrong Or Even Not Attack The 'Numster'. You Lost 1 Life.
- Survive Till All The People Get To Evacuate.
(If Easy The Time To Evacuate Is 60 Seconds, If Normal 120 Seconds, If Hard 180 Seconds.)
Choose Difficulty : <<listbox "$dif" autoselect>>
<<option "Easy" 60>>
<<option "Normal" 120>>
<<option "Hard" 180>>
<</listbox>>
[[">>>"|tutorial1]]<span id="hp">3 HP Remaining.</span>
<span id="vil">Time To Escort The Village : $dif Seconds.</span>
<hr>
<span id="a1">-</span> <span id="a2">-</span> <span id="a3">-</span> <span id="a4">-</span> <span id="a5">-</span>
<span id="time">-</span>
<span id="test">-</span>
<div id="heya"><span id="bu"><<button "Start">><<star>><</button>></span></div>
<<silently>>
<</silently>>
<<include "thecode">>You Lose.
The Wizard Team Has Lose. The Numster May Attack The Towns People.
<hr>
- Stats -
Difficulty : <<if $dif == 60>>Easy<<elseif $dif == 120>>Normal<<elseif $dif == 180>>Hard<</if>>
Hp Left : $stats[1]
Answer Correct : $stats[0]
Time Left : $stats[2] / $dif
Maybe You Want To Screenshot This. :)
Also. Go And Tell Others Your Score. :)
[["Main Menu"|Main]]
[["Restart ?"|tutorial]]You Win.
All People In The Town Has Been Escorted.
<hr>
- Stats -
Difficulty : <<if $dif == 60>>Easy<<elseif $dif == 120>>Normal<<elseif $dif == 180>>Hard<</if>>
Hp Left : $stats[1]
Answer Correct : $stats[0]
Time Left : $stats[2] / $dif
Maybe You Want To Screenshot This. :)
Also. Go And Tell Others Your Score. :)
[["Main Menu"|Main]]
[["Restart ?"|tutorial]]<<silently>>
<<widget "rand">>
<<silently>>
<<set _f to -1>>
<<for _i to 0; _f < 0 || _f > 3 ; _i++>>
<<set _a to random(3)>>
<<replace "#a1">><<= _a>><</replace>>
<<set _b to random(3)>>
<<replace "#a3">><<= _b>><</replace>>
<<set _c to random(3)>>
<<replace "#a5">><<= _c>><</replace>>
<<set _d to random(1)>>
<<set _e to random(1)>>
<<if _d == 0>>
<<set _f to _a+_b>>
<<set _da to "+">>
<<else>>
<<set _f to _a-_b>>
<<set _da to "-">>
<</if>>
<<if _e == 0>>
<<set _f to _f+_c>>
<<set _ea to "+">>
<<else>>
<<set _f to _f-_c>>
<<set _ea to "-">>
<</if>>
<<replace "#a2">><<= _da>><</replace>>
<<replace "#a4">><<= _ea>><</replace>>
<</for>>
<<set _timer to 4>>
<<replace "#time">>_timer seconds remaining.<</replace>>
<</silently>>
<</widget>>
<<widget "ans">>
<<if $args[0] == _f>>
<<replace "#test">>Right<</replace>>
<<set _cor to _cor + 1>>
<<else>>
<<replace "#test">>Wrong<</replace>>
<<hp>>
<</if>>
<<set _timer to 4>>
<<replace "#time">>_timer seconds remaining.<</replace>>
<<rand>>
<</widget>>
<<widget "star">>
<<rand>>
<<replace "#bu">><<button "0">><<ans "0">><</button>> <<button "1">><<ans "1">><</button>> <<button "2">><<ans "2">><</button>> <<button "3">><<ans "3">><</button>><</replace>>
<<set _timer to 4>>
<<set _hp to 3>>
<<set _cor to 0>>
<<set _diff to $dif>>
<<replace "#time">>_timer seconds remaining.<</replace>>
<<repeat 1s>>
<<set _timer to _timer - 1>>
<<if _timer gt 0>>
<<replace "#time">>_timer seconds remaining.<</replace>>
<<else>>
<<replace "#time">>Too Late<</replace>>
<<replace "#test">>Too Late<</replace>>
<<hp>>
<<rand>>
<</if>>
<</repeat>>
<<repeat 1s>>
<<set _diff to _diff - 1>>
<<if _diff > 0>>
<<replace "#vil">>Time To Escort The Village : _diff Seconds.<</replace>>
<<else>>
<<set $stats to [
_cor, _hp, $dif - ($dif - _diff)
]>>
<<goto "win">>
<<hp>>
<<rand>>
<</if>>
<</repeat>>
<</widget>>
<<widget "hp">>
<<set _hp to _hp - 1>>
<<replace "#hp">>_hp HP Remaining.<</replace>>
<<if _hp == 0>>
<<set $stats to [
_cor, _hp, $dif - ($dif - _diff)
]>>
<<goto "lose">>
<</if>>
<</widget>>
<</silently>>\Numster | When The Number Become A Monster.
First Of All. Thanks For Trying This Game.
It's Been Made In Less Than 3 Hour.
And Also Fully Code In Android.
So I Hope There Is No Bug.
If There Is A Bug. I'm Sorry. :3
And I Record It While Coding It.
You Can Watch It On Here > (This Will Be The Link To My Youtube Videos About This Videos... :3)
And. If You Want To Support Me.
Go To My Ko-Fi Page. <a href="http://ko-fi.com/rzel100">In Here.</a>
And. Thanks For Playing. :)
[["Main Menu"|Main]]RzeL<<goto "Main">>tweego -o numster.html code