Skip to content

winterspite/clock-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clock-quiz

go coverage

What is this? It's a basic Go app to learn the fyne toolkit and to teach my daughter to calculate the difference in hours and minutes between two analog clocks.

docs/demo.png

To Do List

  • fix layout to look nicer
  • update parseInputTime to also support 0h15m format
  • include hour markers on the clocks?
  • create log file with full list of clocks, guesses, scores, etc.

Fix macOS quarantine?

sudo xattr -r -d com.apple.quarantine ClockQuiz.app

Credits

  • Many thanks to the Fyne developer team who built the analog clock example, which was my inspiration for building this project.