Freitag Software
The Joy of Writing Software
  • Home
    • Links
  • My Software
    • JavaScript Programs >
      • Dots
      • The Code Cracker
      • The Deserted Ship
      • Flying Text
    • Java Programs >
      • Dot Animation
      • Operation Rescue >
        • Mazes for Programmers
      • Battleship!
      • Blackjack
      • Draw Poker
      • State Pattern Demo
      • Falling Blocks
    • Android Programs >
      • The Oracle
      • RPSLS
      • Gemini Falcon: Asteroid Miner
      • Gemini Falcon: All Boxed In >
        • Gemini Falcon >
          • Privacy Policy
          • A Game Oddity
      • Ay Caramba
      • Dots vs Dots
      • Ants vs Ants
    • Twine Stories
  • Random Thoughts
  • Book Reviews
  • Teaching
    • Real-Life Stories
    • Flying Text
  • About
    • Contact

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.
Picture
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. 
Picture
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! 
Powered by Create your own unique website with customizable templates.