From 19fd02cbde6b3e931accea21e624b92cc53cf213 Mon Sep 17 00:00:00 2001 From: nikvoronin Date: Thu, 16 Jun 2016 15:12:48 +0300 Subject: [PATCH] readme .1 --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 014cddb..3491033 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # Sokoban -This is a small (about 64Kb) [Sokoban](https://en.wikipedia.org/wiki/Sokoban) game written in C# with vector graphics. Game and levels are packed in one .exe file. Primary goal of this project are use of vector graphics, MVC-pattern, packed embedded resources and using of GDI+ only. +This is a small (about 64Kb) [Sokoban](https://en.wikipedia.org/wiki/Sokoban) game written in C# with vector graphics. Game and levels are packed in one .exe file. Primary goals of this project are use of vector graphics, MVC-pattern, packed embedded resources, [XInput gamepads](https://github.com/nikvoronin/XInput.Wrapper) and using of GDI+ only. [DOWNLOAD](https://github.com/nikvoronin/sokoban/releases/latest) latest release here. ![Main menu](/doc/mainmenu002.png) -CURSOR or WASD to move.
-ESCAPE to select another level.
-CTRL+, CTRL- resizes game board (Numpad's +- keys does the same).
-BACKSPACE to undo last movement.
-F5 restarts current level.
+CURSOR, WASD, [D-Pad] to move.
+ESCAPE, [START] to select another level.
+CTRL+, CTRL-, [RB, LB] resizes game board (Numpad's +- keys and Gamepad's bumper-keys does the same).
+BACKSPACE, [B] to undo last movement.
+F5, [BACK] restarts current level.
+ +You can use gamepad at select level menu: [D-Pad] to navigate, [A] as ENTER and [B] as TAB. ![Ingame screen](/doc/ingame001.png)