Skip to content

michaelkozel/Takuzu

 
 

Repository files navigation

Takuzu

a game inspired by Takuzu

How to play

  • there can be no identical rows or columns
  • no more than two of either number adjacent to each other
  • there is an equal number of 1s (red) and 0s (blue) in each row and column

TODO

  • Create interfaces
  • Mock data
  • Game logic
  • Game presentation
  • User navigation
  • Game graphics
  • Create Gameboard layout
  • Create domain and interfaces for saving score
  • Android activity backstack fix
  • Clean up code in domain logic
  • Cool features, such as animations and hinting

About

a game inspired by http://www.20minutes.fr/services/takuzu

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 67.2%
  • Java 32.8%