diff --git a/examples/platformer/README.md b/examples/platformer/README.md index 56c62264de2a777370fbf18cd4db4a834bef24c8..d15d1f61ec474470f3501dcf48b3a66ef66ee29c 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.