An open API service indexing awesome lists of open source software.

https://github.com/dvampire/sokoban-mini

Simple HTML Sokoban web mini-game.
https://github.com/dvampire/sokoban-mini

Last synced: 6 months ago
JSON representation

Simple HTML Sokoban web mini-game.

Awesome Lists containing this project

README

          

# Sokoban Mini

A tiny Sokoban web mini-game built with vanilla HTML, CSS, and JavaScript.

- Move with Arrow keys or WASD
- Push the box onto the goal to win
- Press R or click Reset to restart

## Run locally
Just open `index.html` in your browser. No build tools required.

## Files
- `index.html` – page markup and container for the game grid
- `style.css` – minimal styling for walls, floor, goal, box, and player
- `main.js` – game logic: input handling, rendering, collision/push rules, win detection

## Publishing (optional)
You can enable GitHub Pages in your repository settings and select the `main` branch (root) to serve the game online.

## License
MIT