https://github.com/hellothisisflo/tictactoe
Simple TicTacToe android app - Made with TDD
https://github.com/hellothisisflo/tictactoe
android clean-architecture tdd
Last synced: 2 months ago
JSON representation
Simple TicTacToe android app - Made with TDD
- Host: GitHub
- URL: https://github.com/hellothisisflo/tictactoe
- Owner: HelloThisIsFlo
- Created: 2016-03-05T17:18:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T15:44:11.000Z (about 8 years ago)
- Last Synced: 2025-02-28T13:24:06.636Z (3 months ago)
- Topics: android, clean-architecture, tdd
- Language: Java
- Size: 329 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clean TicTacToe
This Yet Another **Tic Tac Toe** Application is an example of a possible implementation of the **Hexagonal Architecture** on Android.
##Hexagonal Architecture
To learn more about **Hexagonal Architecture** and and have some insights on the choice I made for this implementation. Check out the related [Blog Post Serie](http://www.professionalbeginner.com/post/4) on my [Blog](http://www.professionalbeginner.com)##TDD
The **domain** as well as the other ports have been fully developed in a **TDD** manner. To know more why I am interested in this discipline, check out my **article** on : [TDD, My hopes](http://www.professionalbeginner.com/post/3)##Want another example?
If you want a different **example** of how I implemented the **Hexagonal architecture** combined with **TDD**, you can check out the **blog-engine** that powers my blog:- [Github project](https://github.com/ShockN745/TicTacToe)
- [Profesionnal Beginner](http://www.professionalbeginner.com)