Prototype 27 - Sokoban Clone
Sokoban Clone is a game prototype I built while following along with Platoevolved’s Box Pusher - Create a Sokoban Clone in Unity tutorial on YouTube. The core gameplay loop is:
- Move up, down, left, or right
- Push boxes onto green points
- Level ends once all boxes are on green points
Play the game in your browser here.
View my GitHub repo here.