Downloaded 446 times
Drop
Catch the stars, avoid the rocks
More screenshots:
1
2
3
4
Downloads
Please read the licence on the left.
Links to here:
Description
Drop is a simple arcade game for graphing calculators. Your goal is to catch as much falling stars as possible, but there's one problem: you also have to avoid falling rocks. A rock kills you at once, but missing six stars also ends the game...
Features
- Game can be paused/restarted with Enter
- Game can quickly be closed with Mode/Clear
- 7 levels with increasing game speed
- Current score, level and number of missed stars are displayed
Codes
Licence: You are only allowed to change the source code for private usage. Any adapted version of the program cannot be distributed. The names 'Jeroen van der Gun' and 'Blijbol', and the website 'www.blijbol.nl' must remain, and have to be easily viewable from within the program. Copyright © 2007 Jeroen van der Gun.
prgmDROP
Full
ClrHome
Disp "Blijbol","Happy business","","www.blijbol.nl","","(C) 2007 Jeroen","van der Gun"
Normal
Float
Pause
Lbl G
ClrHome
Disp "0 L1","======DR0P======"
0→H
7→L
9→C
1→P
0→X
8→Y
randInt(1,16→U
ú1→V
randInt(1,16→S
ú3→T
While 1
If Y>2 en X>0
Output(Y,X,"
Y+1→Y
If Y<9
Then
Output(Y,X,"*
Else
If X>0
Then
Output(2,P,">
Output(2,17-P,"<
P+1→P
End
randInt(1,16→X
2→Y
0→O
End
If V>2
Output(V,U,"
V+1→V
If V<9
Then
If V>2
Output(V,U,"O
Else
randInt(1,16→U
2→V
End
If T>2
Output(T,S,"
T+1→T
If T<9
Then
If T>2
Output(T,S,"O
Else
randInt(1,16→S
2→T
End
If P=7
Goto F
For(I,0,L
getKey→K
If K=24 en C>1
Then
Output(8,C,"
C-1→C
End
If K=26 en C<16
Then
Output(8,C,"
C+1→C
End
If K=105
Pause
If K=22 of K=45
Goto Q
If Y=8
Then
If X=C
Then
H+1→H
Output(1,1,H
L
If H=5
6
If H=12
5
If H=21
4
If H=32
3
If H=45
2
If H=60
1
Output(1,16,8-Ans
Ans→L
0→X
End
Else
If V=8 en U=C
Goto F
If T=8 en S=C
Goto F
End
Output(8,C,"-
End
End
Lbl F
Output(4,2,"··Game··0ver··
While 1
getKey
If Ans=105
Goto G
If Ans=22 of Ans=45
Goto Q
End
Lbl Q
ClrHome
Version 1.0 (stable)
Release date: 16 April 2007
Language: English
System requirements: Texas Instruments graphing calculator running TI-83 Plus or TI-84 Plus operating system (Silver Edition is also fine), 742 bytes free RAM memory or archive space for storage (during use more RAM memory is needed)
Project status
A stable version of this product has been released.
The project was announced at 16 April 2007.
Credits
This game has been created by Jeroen van der Gun in TI-Basic.
More for your calculator
Comments
No comments have been posted yet. Use the form to post one.