From 529f73080a6cec1de33f643932107664074295fa Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 17 Sep 2023 13:31:27 -0400 Subject: [PATCH] Add readme.md --- readme.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..5292f33 --- /dev/null +++ b/readme.md @@ -0,0 +1,3 @@ +#POBounty Dashboard + +Simple two scener game app using ebiten. Displays countdown until a given deadline specified in RFC3339 (/resources/settings/deadline.txt). Attempts to read scores for specific teams from Jira if such a connection is available. On timer expiry, transitions to end scene, displaying winners and associated points. \ No newline at end of file