Day 1

Short Game of Sprouts after introduction
Rules: Players take turns in connecting 2 dots with a line and drawing a new dot in the middle. The player
that is unable to connect 2 dots loses.
I played a couple games vs Simon and these were the results.



Recursive Tictactoe
After that he introduced me to a differentversion of tic tac toe where every field is another tictactoe. The goal is to claim a line in the outer board, by winning the inner boards. However, Players must make their move on the board that matches the position of the oponents move on the inner board. So if Player one places an x in bottom middle field, Player two then has to make a move in the bottom middle board. If thats impossible (eg. the board was already claimed), then the Player gets to choose.
Getting back into P5.js
Since half the day was already over, i wanted to create something simple to get back into p5. The theme of the day was connecting lines so I went with that spirit.

Connecting Lines
View Canvas in new tabCode