Sokoban , is a classic Japanese puzzle game where player navigate a character through confined spaces, pushing boxes into designated storage locations. This C++ program implements essential Sokoban functions for initialization, goal-checking, and state generation. Enjoy the challenge!🚀
Here is our start state
This C++ program implements essential functions for the Sokoban game, allowing the initialization of the game, checking if a state is a goal state, and generating children states. The code is designed to work for any given Sokoban state.
- Sarah Abu irmeileh
- Asia Shalaldah