Christmas Pygames: Solar System Simulator and Subbuteo

Coding
Over the last few months I have been super busy and not really had much time to undergo any large coding projects outside of work. I therefore decided to undertake some fun projects that I could just tweak and add features in my spare time. I decided to make some games on Pygame as I haven't had too much experience with building user interfaces before, and there is something I find very satisfying about being able to see a graphical representation of how my code is working. Over the last few weeks I have building and adding features to a solar system simulator. (Code: https://github.com/domrigby/funPlanetSim.git). This was my first proper experience of building a (very bad) user interface. I found it quite enjoyable building all the classes I would need…
Read More