Flying Text
This is a game I created for my programming class. There is a pseudocode version and a Java version. Code and coding terms will fly from the right side of the screen to the left. The goal is to click on the correct syntax and let the bad code go by.
There are 3 modes: quick, regular, and sudden death. There are 13 levels, but that is easily customizable in the javascript and html.
The player can start and end on any level if they just want to practice on a specific level.
There are 3 modes: quick, regular, and sudden death. There are 13 levels, but that is easily customizable in the javascript and html.
The player can start and end on any level if they just want to practice on a specific level.
Below is a player who started at level 10 and is going to level 13 in Regular mode. They have clicked incorrectly on a false statement. The scoring is such that incorrect clicks are doubled for the adjusted score.
Being JavaScript, html, and css, the code is just text and is read by and runs within a browser.
The code is on github under:
github.com/DavidAlan/FlyingText for the pseudocode version, and
github.com/DavidAlan/FlyingTextJava for the Java version.
Download the code and click on playGame.html to run the game. Enjoy!
The code is on github under:
github.com/DavidAlan/FlyingText for the pseudocode version, and
github.com/DavidAlan/FlyingTextJava for the Java version.
Download the code and click on playGame.html to run the game. Enjoy!