mirror of
https://github.com/tiennm99/sokoban.git
synced 2026-05-23 06:25:25 +00:00
0fe4e7cbcf92ec0dfd5feee967c3be9862d8b63c
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/
Description
Languages
Svelte
57.4%
JavaScript
37%
CSS
4.9%
HTML
0.7%