Skip to content

Yannjoubert/my_sokoban

Repository files navigation

MY_SOKOBAN

Epitech Tech 1 Project

Lib : Ncurses.

This project is based on a puzzle video game in which the player pushes boxes around in a warehouse, trying to get them to storage locations.

The map who representing a warehouse, containing :

  • "#" = Walls.
  • "P" = Player.
  • "X" = Boxes.
  • "O" = Storage locations.

You play as a player who can only move up and down, right to left onto an empty square but never through a wall. The player can also move into a box, which pushes it into the square beyond. However, boxes may not be pushed into other boxes or walls and they can't be pulled.

The goal of the game is to put every boxes to the storage locations

Usage

./my_sokoban (map)

Example

Alt Text

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors