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.
- 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)
-
'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?
- Font used in logo is 'Photograph Signature' by typeline
- Used Packages and helper tools:
- Xcode 13.0+ & Swift 5.5+
- iOS 15.0+
The project is licenced under GNU General Public License version 2.