Check out my first project: Unit-4-Game:
This game consists of my creation of a crystal collector game!This game is a crystal cavern game, where the user will recieve a random number upon the start of each game that is variable between 1-120.
There are four crystals near the bottom of the screen that are on click events that allow for the user to try to get to the desired randomly generated score.
The crystals values will also randomize upon each game from a value of 1-12. It is possible to get a draw where this game is not winnable.
Check out my link for my code for the Crystal Project: GITHUB
Check out my link for my live version of this Crystal Project!
Check out my second project: Train Scheduler:
This project consists of my creation of a series of list items that will track where a train is based off of and where it will go to and when it
will arrive there! The user will put in the name of the train, the destination, the start time of the train to run, what it's frequency
is. The form will then spit out that data, AND when the next arrival is and how many minutes that is, using some clever behind the scenes
javascript math! This project is also notable for instituting data storage and giving it back on and from firebase.
Check out my link for my code for the Train Scheduler Project: GITHUB
Check out my link for my live version of this Train Scheduler Project!
Check out my third project: Computer Trivia Game:
This project consists of my creation of a trivia game based on computer facts, this game is specifically talored to test knowledge
against coding facts, like what HTML, CSS and other things are. The game will tally how many different questions you got right
how many you got wrong and give you a end page that tells you how many out of the 5 questions you got right and wrong.
If the user gets the right answer it will congratulate you and show you a picture and text of the right answer. If the user gets the
wrong answer it will console you and show you a picture and text of the right answer.
Check out my link for my code for the Computer Trivia Game: GITHUB:
Check out my link for my live version of this Computer Trivia Game!