This app is a simple endless runner game built using JavaScript's three.js library. The user plays as a Little Red Riding Hood character sledding through the woods, using the left and right arrows to avoid trees and the spacebar to jump over rocks. The opening page contains a highscore chart that is maintained using MongoDB.
At any point in the game, the user can pause the game and exit, or press the play button to continue.
As the game goes on, the speed trees and rocks are generated in the path of the player increases. Crashing into a tree or failing to jump over a rock causes the user to lose. If the user wants a position on the high score chart, they simply need to enter their name when the GAMEOVER screen appears.
Most assets were created primitively in three.js, but the player character was modeled in Maya and later used three.js to import it.