diff --git a/README.md b/README.md index 2362f63..4674b6d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ![Early screen shot from the game](https://files.poulsander.com/~poul19/public_files/saland_2019-04-10_21-03-21.png) -The game is a 2d top down RPG. One of the special things is that you can either change in the world using Tiled or do changes to in game. +The game is a 2d top down RPG. One of the special things is that you can either make changes to the world using Tiled or make changes in-game. -The game is pre alpha. +The game is pre-alpha. -For more info the [homepage](https://salandgame.github.io/) +For more info see the [homepage](https://salandgame.github.io/) ## Controls WASD = Move @@ -34,7 +34,7 @@ The result should be in the build-folder. To run ## Building using Docker -As getting a C++ project with many dependencies to compile can be a daunting task then I have provided a couple of Docker images that can perform a build. Both for Windows and Linux. +As getting a C++ project with many dependencies to compile can be a daunting task, I have provided a couple of Docker images that can perform a build. Both for Windows and Linux. On a fresh checkout you can use: ```bash @@ -45,7 +45,7 @@ and docker build . -f extra/docker/Dockerfile.WindowsBuild -t saland_test ``` -The Docker files gives a step by step guide to create a build environment. +The Docker files give a step-by-step guide to create a build environment. ## Downloads