This website

I created this website to display the many programming/electronics projects I have done over the last 3 years. Here is how I made it. Inspiration Going into the project, I already had a little experience setting up websites. I had made my own HTML website in the past and had explored using Jekyll themes combined …

Line

Pig

Summary of the game Pig is a simple game of luck and gamble, where two players take turns to roll a dice. On a player’s go, they add the number on the dice to their score for that go. If they land on 1, their score for that go is set to 0 and it …

Room Hub

Room Hub

A great project I made in COVID lockdown. This project was made in Python’s Pygame. I used a temp/humidity meter connected to an Arduino to measure the temperature, connected to the computer through serial connection (USB). I found a Python module which could connect to the serial ports on the computer to get this information. …