Ravens48 / Sokoban

Sokoban game in C with Ncurses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sokoban game in C with Ncurses

Explanation

Sokoban (倉庫番, Sōko-ban) is a puzzle video game genre in which the player pushes crates or boxes around in a warehouse, trying to get them to storage locations. Sokoban was created in 1981 by Hiroyuki Imabayashi. The first commercial game was published in December 1982 by Thinking Rabbit, a software house based in Takarazuka, Japan.

alt text

To test

  • compil with make file
  • pass the map.txt in second arguments
  • move with the arrow keys.

About

Sokoban game in C with Ncurses


Languages

Language:C 94.8%Language:Makefile 5.2%