Projects

Caffeine Intake Tracker

Caffeine Intake Tracker is a way to help keep track of how much caffeine you're taking on a daily basis and factoring in roughly how long the caffeine will still be in your system after consuming it. It will hopefully allow you to be able to have a sense of just how much caffeine you're consuming (and possibly get you to scale back if you're taking too much).


Rate a Joke

Rate a Joke is a little thing I created for a friend to be able to rate a joke I sent them everyday. It doesn't really work quite yet, as the data does not go anywhere. However, the rating mechanism is in place so you can select how many starts a joke is rated! This was a way for me to start learning some basic JavaScript for fun.


Word Scramble

Word Scramble is a little game I am still working on. The premise behind the game is as the name would suggest: a word is scrambled and the player will try to guess the correct word. It takes a .txt file with a list of words and scrambles them up one at a time and asks the player to guess what the word is. Currently, it is in a basic form where the overall functionality of guessing works, however there are many things I still plan on doing. Eventually I plan on adding a GUI and some sort of leveling or point system to track the player's progress. You can view the code for the project on my Github page below.

Word Scramble Picture

Tetris

Tetris is a classic game known by almost everyone. It has been around since 1984 and is still a popular game loved by many. The whole purpose behind tetris is to place the Tetriminos falling from above in an organized way. The player rotates the Tetrimino, which comes in seven different forms, until it is oriented the way they want it to. Once it reaches the bottom, it is stuck there until the player places enough Tetriminos to fill the whole row on the bottom. If the Tetriminos begin to pile up too high, the game will end. If you want to find out more information about the original Tetris, you can visit the official Tetris website. Or, if you want to check out the recreation of Tetris I programmed for one of my class projects, you can view it on my Github page below.

Tetris Main Splash Tetris Game Tetris Gameover