From 5842bc582e85054e08326f4a222de1ccab3e151e Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 21 Dec 2017 19:28:27 +0100 Subject: [PATCH] controls --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 45960bb..6a8c2c7 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,9 @@ If all is well, you can invoke `cabal build` and watch everything come together. To run the game, just execute the binary `dist/build/haskelloids/haskelloids` in your build location. + +### Controls + +use `W`, `A`, `S` and `D` to move your ship, use `Space` to shoot. + +use `O` to togle fullscreen mode.