Skip to content

A client for the game sokoban, developed in a course on artificial intelligence.

Notifications You must be signed in to change notification settings

irock/sokoban-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sokoban Solver
===========
:Author:    Oskar Arvidsson <oskar@irock.se>
:Date:      2010-10-17

== About

This project is an attempt at creating a solver for Sokoban games. It was done
as part of a course in Artificial Intelligence at the Royal Institute of
Technology, Stockholm.

=== Authors

The source code of this project was written by:

    * Oskar Arvidsson
    * Oskar Werkelin Ahlin
    * Christoffer Hirsimaa
    * Agnes Skattman Udd

=== License

The source code of this project is released in the public domain.

== How to build and run the code

The Sokoban solver can be built using Apache Ant.

    1. cd <project directory>
    2. ant jar 
    3. java -jar build/jars/Sokoban.jar <board number>

About

A client for the game sokoban, developed in a course on artificial intelligence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published