Rock Paper Scissors

Python

This project is a vital component of my ongoing journey to establish a strong Python foundation and gain proficiency through hands-on experience. It embodies a simple yet engaging concept—a chatbot designed for playing Rock, Paper, Scissors. The bot initiates interaction with the user, employs a pseudo-random number generator (RNG) to make its selection, and subsequently compares the choices to determine the outcome, providing feedback on the user's win or loss.

Type Popper

C# Game Dev



This project was inspired from boring typing tests and the aimlabs GUI. I wanted to create a fun way to improve typing speed hence the use of fun sound effects, music, and environment. It pulls from a word bank and for every character in the word an orb appears on the screen. Every character the player types correctly pops one of the orbs until the word is complete and the next word instantiates. Calculates WPM based on a one minute typing test. This project reached a functional version but I lost the graphics files due to a harddrive faluire. Takeaway is the imperativeness of backing up projects.