You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sokoban is a type of puzzle video game in which the player pushes crates or boxes around in a warehouse, trying to get them to storage locations. https://en.wikipedia.org/wiki/Sokoban
Game uses SDL2 library
About
Implementation of the Sokoban game. Game made for programming basics course.