Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 602 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 602 Bytes

TicTacToeOOP

Welcome to the Tic Tac Toe OOP project. The project is currently being rebuilt.

What is being rebuilt?

  • The architecture of the project is being rebuilt based on the Clean Architecture model.
  • A visualization of the minimax algorithm is being implemented.
  • A Gameboard-Explorer with an algorithm that can generate all possible board constellations is being implemented.
  • Various user interfaces are being implemented, a WPF UI, an ASP .net core UI. Later also an iOS and Android UI.
  • Publishing a NuGet Package for TicTacToe with Gameboard-Explorer and minimax visualization.