Hangman

This my first game with the pygame module. It features multiple changing words , collision detection with the cursor, display messages and more.

Log In System

Using the tkinter system to create a GUI, this program can let a user register and log in afterwards. It achieves this by using file handling with txt files

Pong

With the drawing module turtle, this is my recreation of the first game ever made

Door Game

A game where your charcater is controlled by your text command, you have to navigate a dungeon with series of doors (where only one is the correct one).