Killer sokoban
This project is the Software Project Laboratory homework of the team "Single Point of Failure" written in Java.
It is a multiplayer version of the popular game Sokoban where players can interact, even kill each other.
Basics
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.
Usage
To play with it:
- Download in zip or clone this repo via
git clone
- Start the prebuilt .jar file or open the Main.class file in Java or recompile this project
To fork it:
- Download in zip or clone this repo via
git clone
- Use the sources in the killersokoban1/src folder
Time of creation
The project was done in 2017/2018 spring semester by Csaba Benkő, Ferenc Schulcz, Ildikó Takács and Márton Zalavári.