Below you can find my projects I have published. You can also directly visit my GitHub Profile .

Python Steganography
This Python project demonstrates steganography, a technique for hiding secret information within digital media. The project showcases how messages can be hidden and decoded within images. It is a console app, but with file dialogs to enhance user friendliness.

CubeGame
This is a simplistic parkour game demo created in the Unity (game) engine. It can be described the best as a simplistic 3D parkour platformer, the player progresses through a variety of levels. The difficulty will be increased once the player completes more levels. The player needs to pick up a key and go to the finish which is textured as a square-black and white theme, just like a typical finishline. When the player ‘touches' this object, a menu comes notifying the player of his / her victory. There are 2 gamemodes, one where the player needs to navigate between platforms. There are still-standing larger platforms, smaller ones and platforms moving from the origin position to another position and back constantly. Each type of platform has its own colour.

PyBounce
This is a simple game written in Python using the Tkinter module. The player is represented by a bat and needs to hit a ball and avoid the ball going below the bat itself, this would be a game-over. The player gets to see the amount of times the ball is hit at the end of the game.