/SOLID

Project to practice the SOLID principles

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

SOLID

Project to practice the SOLID principles

Structure

This repository contains multiple projects, each on your respective directory

Projects

  • 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.