Pre-sleep note-to-self

This commit is contained in:
Sacha Ligthert 2023-12-04 01:32:04 +01:00
parent 0d7a141830
commit 6a5db168e9

View File

@ -77,6 +77,7 @@ func initialize() (Game, error) {
func (game *Game) gameDirector() { func (game *Game) gameDirector() {
defer quit(game) defer quit(game)
// TODO reorder this
for game.gameover == 0 { for game.gameover == 0 {
// Clean the screen // Clean the screen