This is an old revision of the document!
Original game created for SHARP MZ-800 computer by dB-SOFT in 1984. See Flappy on Wikipedia for history of the game.
Flappy is logical game with 200 scenes. After each 5 scenes you will receive password. The game has intro and final screen.
Java version (clone) of this game is available for download (Java 1.7 required). Download binaries and/or source files from SourceForge.net.
You need Java 1.7 installed! Java 1.7 can be downloaded from Oracle Java pages. If you are not sure which Java version is installed then type java -version
on command-line.
Download file Flappy-bin.zip
and unzip it. Double click Flappy.jar
file. Or type the following on command-line: java -jar Flappy.jar
Java source code still requires some refactoring – some code parts are too much “inspired” by machine code…
Original assembly code is well-written and structured. It is visible that it was written in assembly language and optimized. Sometimes little bit repetitive, but only on few places.