8000 GitHub - drodobyte/bowling-game: Simple android bowling game, using a clean architecture approach.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple android bowling game, using a clean architecture approach.

License

Notifications You must be signed in to change notification settings

drodobyte/bowling-game

Repository files navigation

bowling-game

Simple android bowling game, using a clean architecture approach, defined in three modules:

Domain

This is actually the app, a pure java module with no external framework dependencies. It contains business entities and common app use-cases. Unit testing is done against the use-cases.

Domain Doubles

Default implementation of interfaces found in the domain module.

App

This is framework/platform details related (in this case an Android implementation), with 'adapters' layer to interact with use cases in the domain layer (mostly Presenters)

About

Simple android bowling game, using a clean architecture approach.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0