Martin Malyshau

My portfolio

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 hear more from me please subscribe to my YouTube channel or follow my GitHub account.

OrbitDance

This is a simple and lightweight gravitational simulator that can display the paths of three bodies under the effect of their gravitational forces.

Pygame Numpy Sys 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.

Random 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.

Time Copy Details »

Labyrinth

A fun little maze game that has a string matrix map that can be modified at the top of the code.

Pygame Sys Details »

Music Player

Very basic desktop music player made with only a python backend and able to play a list of preloaded songs.

Pygame Sys Details »