Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 430 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 430 Bytes

Island Sokoban

Sokoban box-moving game. Play it here!

island sokoban

Install

To install dependencies (Phaser 3 etc.) run

npm install

Run locally

For running the game locally, you can use

npm run dev

which will start the game. Simple as that!