Programming




'Minecraft Calculator'

At first you may think that Minecraft is a very simple game, but as you get more into the technical side of things, you need to perform more and more complex calculations. I made this tool to try to speed this up when I play the game. 

The GUI was made using the Tkinter library, as a practice for my school project.
Credit to 'Grubby' for the formula used in the stronghold triangulation 


Source Code

'Horse Game'

This is my take on the "Clicker genre".  This 'game' involves clicking buttons to make horses, which you use to buy hay bales, which in turn every second make one horse, and you can use the hay bales to buy stables...and so on.....you get the point!


This was less of me trying to make an actual game and more an experiment into using Threading in Python, to run code in parallel. It was also an experiment to see how ludicrously big the numbers can get after a while!


Source Code

'ICC Wales Event System'

For my A level project I created a mock event planning and booking system for the company ICC wales. This software would allow you to create events, choose a layout, send a key out to companies and sponsers, and allow them to pick and book their own booth!

The system would also allow for the viewing of event timetables and the creation of invoices for the event organizers and the companies who have booked booths for the event.


Source Code