about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/r2pipe.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/r2pipe.go b/src/r2pipe.go
index 013478a..a672567 100644
--- a/src/r2pipe.go
+++ b/src/r2pipe.go
@@ -73,10 +73,13 @@ func main() {
 		// clear the screen
 		registers := stepIn(r2p)
 
+		// Print the users screen
 		fmt.Println(user(r2p, i, registers, config))
 
+		// switch players
 		i = switchPlayer(i, config)
 
+		// sleep
 		time.Sleep(2 * time.Second)
 	}