winterspite / clock-quiz

Basic analog clock quiz program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Basic analog clock quiz program


Languages

Language:Go 97.8%Language:Makefile 2.2%