From c1829c8ee9279d66828a479ddda5136bec1c7314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Sat, 19 Aug 2017 14:29:11 +0200 Subject: [PATCH] Fix typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f927a6..d0e30a4 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Used pins: ### Controls For all controls, only joystick is used and the switch included on platform (if it is not, it should be used connected to a digital input pin). -Before switching the game one, simple looping animation is displayed, switching between different images that are used to draw all possible combinations of visible walls in the game. +Before switching the game on, simple looping animation is displayed, switching between different images that are used to draw all possible combinations of visible walls in the game. Once the switch is pressed the game starts. To move forward, simply move the joystick up. Holding it up will cause that action to repeat. Walking into walls will just return the player to the same position. Moving joystick left and right will make the player turn in place. Moving joystick down opens up the map, which will display player as an arrow.