to compile the Programs:
AdventCalendar:
see README.md
Matrixwriter:
javac Matrixwriter.java
java Matrixwriter
DotsNBoxes:
python3 DotsNBoxes.py
- For optimal displaying the Matrix, you can adjust the Matrixwriter to your Screen (explained in the Sourcecode of the Program).
- DotsNBoxes is a small Logicgame build due to an exercise, self explaining after start.