From 3f1d8aa963b066602b96251f817282a9d30ae6e0 Mon Sep 17 00:00:00 2001 From: faiface Date: Sat, 22 Apr 2017 14:22:09 +0200 Subject: [PATCH] add instructions to platformer readme --- platformer/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platformer/README.md b/platformer/README.md index 56c6226..d15d1f6 100644 --- a/platformer/README.md +++ b/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.