Python
This was a project I completed with another student at College in 2017. This project was part of the Guernsey College of Further Education's Tech Day where we all worked on projects and then presented them to potential employers.
The project is a python version of the classic childrens toy Tamagotchi, where you take care of a virtual pet to keep it alive. In this version there are 4 states represented by the colour of the character, these are: Green for Content, Blue for Ok, Orange for Uncomfortable and Red for Low Health
Like a real tamagotchi, the player would have to feed, clean, play and rest the virtual pet in order to replenish each meter. The game for this Python Tamagotchi is a simple 'guess the number' game. The player is prompted to guess a number between 1 and 3, If the player is correct the boredom meter goes back to 0, If the player is incorrect the boredom meter only decreases slightly.
Python
This is a solo project I worked on for Tech Day 2018. My idea was to create an application that would teach the user how to read notes by pressing the keys. I decided to do this project as it combined both of my passions: Programming and Music. When each key is pressed it shows where each of the notes are on the stave (The lines music is written on), Originally I'd also intended for there to be sound, but unfortunately I ran out of time before I could implement it properly.