This is something that I made in 2019
Made it after an introductory course to python in school
It is a Single Player billiard game with random elements added in. This helps to make it more interesting since it lacks multi-player
The game is configurable and can function if resources (Andmed) are missing.
The primary goal of this project was to just make a game that runs
It took me about 3 months to write over 2200 lines of python code. Starting with only knowledge from a beginners course
I'm putting this here just to have less code laying around and in case I want to refactor it (which it honestly needs)