Sokoban

I worked on a Sokoban game development project in the C language under Unix, as part of the B1 - Unix System Programming course. For this project named 'my_sokoban', I used the ncurses library to create a terminal-based user interface. Sokoban, a puzzle game where the player moves boxes in a warehouse to place them on storage locations, was faithfully recreated in this project. I implemented the game mechanics using arrays to represent the game board, which allowed for efficient manipulation of game elements. This project enabled me to develop my programming skills and utilize third-party libraries like ncurses to create interactive terminal-based applications.

Made with:

Repository Github: