InfiniTime
InfiniTime copied to clipboard
WIP: Score app to track your score during your sport match
I don't know if it is too soon to create the PR, it's in progress so very basic for now.
I play a bit of Tennis and other racket sports and thought it will be interesting to use a watch to keep track of the score you always forgot ^^'
Only 2 counters are working, with underflow and overflow protection plus a reset button. That's all I got for now.
But I'm interested in your code review, I based my app on the Timer app but I tried to remove the more duplicate code I could (I hate duplicate code).
I plan to implement several racket sport rules : tennis (the most difficult), badminton, squash, table tennis.. and even magic the gathering (for fun a phone will be much more practical for mtg).
I haven't tested this but it seems good. Maybe it could be used as a generic counter/tracker as well.
Why not, for points in table top game for example or whatever. OK I'll let a "generic" mode.
I was thinking that something like this would be useful tracking workouts too - if it could be integrated (along w the footstep counter) as something serializable over BLE that would be a great generically useful feature
I was thinking that something like this would be useful tracking workouts too - if it could be integrated (along w the footstep counter) as something serializable over BLE that would be a great generically useful feature
Sorry I did not work on it since a long time, lots of things to do... I don't do workouts so I'm not sure if I understand well your suggestion... Because for now this little app is (a broken currently) basic counter with some rules around.
@toitoinou Hi. Are you still working on this?
Hi, sorry, lots of work and a moving, prevent me from working on it, but I would like to continue my little app...
Psst... The timer app actually works incredibly well for this ;) With the reset function in the works (#1214 ), it should become a proper score counter soon!
This PR is WIP, but hasn't been updated. Closing as stale.