/sokoban_api

The game Sokoban with map editor

Primary LanguagePythonGNU General Public License v2.0GPL-2.0

sokoban_api

Logotype of the Project

The Real Life

The Real Life is a Sokoban-style puzzle game where the player must push boxes to their designated locations using a character controlled by the player.

Installation

To install The Real Life, follow these steps:

  1. Clone the repository and navigate to the project directory:
git clone https://github.com/user/the-real-life.git
cd the-real-life

Copy code

  1. Install the required dependencies using pip:
pip install -r requirements.txt

Copy code

  1. Run the development server:
python manage.py runserver
  1. Navigate to http://127.0.0.1:8000/ in your web browser to play the game.

Gameplay

In The Real Life, the player must push boxes to their designated locations on the map. The player can move their character up, down, left, or right using the arrow keys. The player can not pull boxes, and they can not move through walls or boxes. If the player successfully pushes all the boxes to their designated locations, they win the level.

There are multiple levels available in The Real Life, and the player can progress to the next level by completing the current one. The player can also select a different level from the main menu if they want to skip ahead or revisit a previous level.

Good luck and have fun!