Backend for kaj-sokoban - provides the REST API which the client uses for obtaining game maps, scoreboards and posting scores.
- Compile the go code
- Get a mysql database and create required tables with the provided script (
database.sql
) - Setup the database connection in the
settings.ini
file - Make sure the compiled binary and
settings.ini
are in the same folder - Run the compiled binary
- Add some maps to the database (table
map
)