From 2afe44a9c9bcb5d1c2304e41590c6a8938fe9df7 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Sat, 22 Apr 2017 14:22:09 +0200
Subject: [PATCH] add instructions to platformer readme

---
 examples/platformer/README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/platformer/README.md b/examples/platformer/README.md
index 56c6226..d15d1f6 100644
--- a/examples/platformer/README.md
+++ b/examples/platformer/README.md
@@ -3,6 +3,9 @@
 This example demostrates a way to put things together and create a simple platformer game with a
 Gopher!
 
+Use **arrow keys** to move and jump around. Press **ENTER** to restart. (And hush, hush, secret.
+Press TAB for slo-mo!)
+
 The pixel art feel is, other than from the pixel art spritesheet, achieved by using a 160x120px
 large off-screen canvas, drawing everything to it and then stretching it to fit the window.
 
-- 
GitLab