Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Steinke committed Feb 12, 2024
1 parent db3cc77 commit 9f80ac6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion logic.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (g *logic) simonSays(ctx app.Context, a app.Action) {
go func() {
<-time.After(200 * time.Millisecond)
for _, btnIndex := range sequence {
fmt.Println("sending", btnIndex)
ctx.NewAction(fmt.Sprintf(ui.EventPlayButton, btnIndex))
<-time.After(time.Second)
}
Expand Down
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ func main() {
flag.Parse()

l := NewLogic()
// TODO: include mode in win and loss message.
// TODO: include how many rounds you made in loss message.
// TODO: align font
// TODO: keep scores in local storage
// TODO: keep last selected mode in local storage
// TODO: calculate statistics
// TODO: add endless mode with histogram of how waf you got.
// TODO: for endless mode add histogram of how far you got.
// TODO: listen to app updates
// TODO: Set App icon
// TODO: remove logs everywhere
Expand Down

0 comments on commit 9f80ac6

Please sign in to comment.