ソースを参照

Pre-sleep note-to-self

Sacha Ligthert 2 年 前
コミット
6a5db168e9
1 ファイル変更1 行追加0 行削除
  1. 1 0
      game.go

+ 1 - 0
game.go

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