Flappy Bird 2

You have not uploaded your program! Please edit the page to upload your program.

Author:

Trenly; Credit to Robert Black for the original idea to emulate Flappy Bird on a calculator

Download: FLAP.8xpNo Download Available
Version: 1.0.2
Compatibility: TI-83/84/+/SE
File Size: 249 Bytes
Genre: Arcade Graphics Platform Puzzle RPG Strategy Sports Casino Board Utility Misc
Rating:
TI|BD

This is a remake of the previously uploaded game Flappy Bird which features a more intuitive design which allows users to change the speed, and makes the input easier. The code was completely rewritten, and has been tested. It now appears to be bug-free. If it does not work when you enter it into your calculator, make sure you have entered everything correctly! This code has been proven to work by either the download or the source code.

To change the speed, change the first line of the program. A lower number stored into D will make the program faster, higher numbers will make it slower. D must be at least 1.

Source Code:1

15→D
ClrHome
4→Y
⁻1→S
Repeat Y>8
randInt(3,7)→H
S+1→S
For(V,16,1,⁻1)
If Y>8:Stop
If V=2 and (Y≠H and Y≠H-1):Stop
If Y≤8:Output(Y,2,">"
For(E,1,H-2)
Output(E,V,"I"
End
For(E,H+1,8)
Output(E,V,"I")
End
For(E,1,D)
End
For(E,1,8)
Output(E,V," " //one space
End
Output(1,8,S
getKey→K
If not(K)
Then
If Y≤8:Output(Y,2," " //one space
Y+1→Y
End
If K and Y>1
Then
If Y≤8:Output(Y,2," " //one space
Y-1→Y
End
End
End

What the community thinks:

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.