Showing 10 result(s)
Prime Generator

Prime Number Generator

This was one of my first major projects when I started programming. I remember starting this project after seeing a small snippet of logic required to search for prime numbers on a Stack Overflow page, and being very surprised by its simplicity. I began with the most simple search, with the user inputting a single …

Chess Board

Chess

Another Pygame game. Made this while on holiday in the summer of Year 10. Actually restarted this project multiple times because I thought I could improve it’s infrastructure to make the algorithms look less daunting. Unfortunately I discovered that due to the nature of the game of Chess, it is very hard to make a …