Sokoban, also called push boxes or box pushing, is a game where you must push boxes in their right places.
Email: [email protected] or [email protected]
This project is coded in C++ using MFC, in Visual Studio 2010 or 2013.
To initialization, please change the codes in the function "void CPushingBoxView::Start()" as follow steps:
cell[i][j].weitu = 1;
cell[i][j].weitu = 2;
cell[i][j].thing = 2;
renx = t_renx = 4;
reny = t_reny = 1;
Press up, down, left and right to control the player.
Move and move until all the boxes are in their right places.
Press F2 to replay.
Press r to return to last step, but you only have one chance to return.
Press space to pause.