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

https://github.com/darkpurple141/sokoban

A java implementation and swing UI for the game "sokoban"
https://github.com/darkpurple141/sokoban

game game-development java sokoban

Last synced: 7 months ago
JSON representation

A java implementation and swing UI for the game "sokoban"

Awesome Lists containing this project

README

          

warehouse boss
==============

```bash
# to run
ant run

# to test
ant test

# to build
ant build

```