Stephanie's Portfolio

Sokoban

Move the boxes to the destinations using the W, A, S, D keys. The goal is to move all boxes to their respective destinations.

The game is based on the classic Sokoban puzzle game. The player can move boxes around a grid, and the objective is to push all boxes to their respective destinations.

The game is implemented using Vue.js, a progressive JavaScript framework for building user interfaces. The game logic is handled in JavaScript, while the user interface is built using HTML and CSS.

{{ player.x === x && player.y === y ? '🙂' : cell === 'H' ? 'H' : cell === 'B' ? '📦' : cell === 'D' ? '🎯' : '\u00A0' }}

Use W, A, S, D to move