Git Repo:
https://github.com/Maimer/squaresSquares is a turn based board game that currently is only multiplayer. It contains all the files needed to run a server as well as the client needed to play the game. The server handles matchmaking, so numerous players can connect at the same time and not have to worry about conflicting games.
The goal of the game is to score 150 points before your opponent. Each player takes turns placing tiles on the board and tries to create squares. The bigger the square formed, the more points that are scored. Squares can be in any orientation on the board.
The current screenshots look kind of odd because when they were resized they clipped some of the graphics that show the scored squares. However, if you play the game, you will see that each square that is scored is shown with a distinct line for each side of the square.
The game is currently only multiplayer. I may add some AI if there was some interest in playing single player. More explicit details on how to setup a server and connect with the client are detailed on the README of the git repo.
Here are some images of the game: