about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-02-22 16:05:10 +0100
committerEmile <hanemile@protonmail.com>2020-02-22 16:05:10 +0100
commitb8e974fcbaf9f5264d59f001c2eed78c7dc6f5d1 (patch)
tree2f9fef049b2f60b057381d530966a1a2929b5f31
parent7068921ce98f7939ca0fb2457345e1ade390db8d (diff)
comments
-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)
 	}