• Stars
    star
    1
  • Language
    Java
  • Created over 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The console Tic-Tac-Toe game in Java. In this project, I applied the principles of OOD. I made the application architecture modular, using interfaces to the maximum, following the principles of SOLID, and also applied the MVC pattern. This allowed me to apply most of the code when migrating the app to the Android platform. The project for Android is here.