Previous projects
Below is a curated list of my projects with links to the repo page.
MasterMind
This project was my first casus project back when I attended ROC Nijmegen. Originally we had to write it in Java, but I also rewrote it in C# and later C++. While quite simple, this project tought me a lot about file/module management (splitting my code in multiple files) and data structures. My rewrite in C++ also tought me the bare minimum about headerfiles I needed to know, along with working around C++'s more rigid datatypes.