About
I am a young programmer with interests in computer science and physics. Over the past years I have made several projects combining the two fields. I'm proficient with python, specifically pygame: the python game development library. If you would like to see more of my work, check out my GitHub account.
Projects
OrbitDance
This is a simple and lightweight gravitational simulator that can display the paths of three bodies under the effect of their gravitational forces.
Details »
Bigram
A simple Python-based algoritham that predicts the next word based on the last. It uses preloaded txt files and can generate strands of nonsense text.
Details »
Conways game of life
This is an unofficial cell simulator following the ruleset of how cells are killed and born. Runs without a display and instead prints a matrix in terminal which represents the board.
Details »
Labyrinth
A fun little maze game that has a string matrix map that can be modified at the top of the code.
Details »
Music Player
Very basic desktop music player made with only a python backend and able to play a list of preloaded songs.
Details »