2048 Game
We have all played this game at some point. I decided to remake it with various themes and customizable grid sizes. Although I did not create a graphical interface, which could be implemented using Tkinter, the game is fully playable in the terminal.
For this project I used Pytest for the first time, which is a powerful tool to test code and make sure everything works as expected. It also made me realise the importance of organised code and file structure.