treboc / TriomiCount

Helps to keep track of Triominous sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TriomiCount

This is my first real project, expandes while learning. TriomiCount is used to track the state of the games while playing the boardgame Triominoes.

It basically is a kind of dominoes but with triangle shaped tiles.

Me and my wife like playing the game, but I was annoyed that I'd to write down our scores by hand and the next time we'd played, the last scores were gone. Also I was looking for a simple app for learning purpose. I learn a lot better when building something, than rebuild the next to-do app or just follow tutorials.

Key features

  • track a game of n player
  • add and list players
  • show statistics about single players (e.g. highscores, last score, games played, games won, etc.)
  • look into previous games and its statistics (work in progress)

To-do

  • 'undo' last turn in a session
  • prevent display from dimming / turning off
    • make it a setting
  • get some kind of chart into player and session statistics
  • give players the possibility to add a profile picture or atleast an emoji for the beginning
    • work this into the gameView
  • some kind of quicklook feature in session (maybe with tap on the header?)
  • feature: favorite color of player, choose on creating, edit in PlayerDetailView
  • color the GameView into player's favorite color?

Screenshots

Credits

Requirements

  • Xcode 13.0+ & Swift 5.5+
  • iOS 15.0+

License

The project is licenced under GNU General Public License version 2.

About

Helps to keep track of Triominous sessions

License:GNU General Public License v2.0


Languages

Language:Swift 100.0%