Project to practice the SOLID principles
This repository contains multiple projects, each on your respective directory
- Board - API for building simple board games;
- Example - Package to show how to use the board API:
- Tic Tac Toe - Simple Tic Tac Toe showing how to use the API.