diff --git a/README.md b/README.md index c8c03075f82178abee70fdce7e2fce0f6c832c1f..ad1f0df9f5519bc13035c36920f01ee89c04257c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It is a **multiplayer** version of the popular game **Sokoban** where players ca ## Basics -The game is set in a warehouse where workers aim to push crates to their place. Player can move their worker character and aim to push carry more crates to the right location than the other players. A worker can push any number of crates in a row but will die he gets squeezed to a wall or to another crate which cannot be pushed. +The game is set in a warehouse where workers aim to push crates to their place. Players can move their worker character and aim to push carry more crates to the right location than the other players. A worker can push any number of crates in a row but will die he gets squeezed to a wall or to another crate which cannot be pushed. The warehouse is also dangerous as there might be holes in the floor which destroy the workers or crates falling in. There are also switchable holes which are hidden until a crate is placed on the switch associated with them. @@ -15,13 +15,13 @@ The warehouse is also dangerous as there might be holes in the floor which destr To play with it: - 1. Download in zip or clone this repo via `git clone` - 2. Start the prebuilt .jar file or open the Main.class file in Java or recompile this project +1. Download in zip or clone this repo via `git clone` +2. Start the prebuilt .jar file or open the Main.class file in Java or recompile this project To fork it: - 1. Download in zip or clone this repo via `git clone` - 2. Use the sources in the killersokoban1/src folder +1. Download in zip or clone this repo via `git clone` +2. Use the sources in the killersokoban1/src folder ## Time of creation