Files
sokoban/README.md
T
2025-04-26 23:16:12 +07:00

622 B

Sokoban

A simple Sokoban game built with Phaser 3 and Vite.

Description

This is a browser-based implementation of the classic Sokoban puzzle game, built using Phaser 3 game framework and Vite as the build tool.

Development

To run the development server:

npm install
npm run dev

Building

To build the project for production:

npm install
npm run build

Deployment

This project is automatically deployed to GitHub Pages when changes are pushed to the main branch.

You can access the deployed game at: https://tiennm99.github.io/sokoban/