###################################
# The Organizer - a Sokoban clone #
###################################

See LICENSE.txt details about use and copying.

This directory contains a textmode Sokoban clone created with Java.

It requires that you have Sun Java JRE 1.5 or newer installed. You can 
download Java from: http://www.java.com/getjava

==================
 Playing the game
==================
 Use the in-game help if your have trouble.

===================
 To start the game
===================

1) In Windows just run: run-in-windows.bat by doubleclicking. It should 
   work if you have java correctly installed.

2) In Linux/*BSD/etc just run-in-unix.sh by typing:
 ./run-in-unix.sh

 if it won't run then try to add executable rights and run again:
   chmod u+x run-in-unix.sh
   ./run-in-unix.sh

3) In all enviroments.
 Open a console, terminal, commandline etc.

 Type (if you have Java in your path):
  java -jar TheOrganizer.jar

 Or in Windows (if you DON'T have Java in your path):
  C:\My\Path\To\Installed\Java\javaw.exe java -jar TheOrganizer.jar

 Or in Linux/*BSD/etc (if you DON'T have Java in your path):
  /My/Path/To/Installed/Java/java -jar TheOrganizer.jar


================================
 HOWTO create custom levels
================================

Just make a copy of default.lvl and start editing it with a text editor.
If you follow the format used in default.lvl you should be able to 
create more levels easily.


==================================
 HOWTO load custom created levels
==================================

Create a copy of used .bat or .sh (depending on your enviroment) and
edit the command in it to:

 java -jar TheOrganizer.jar myLevelSetName.lvl

or (if you want the game jump straight to level 3. Good for level testing):

 java -jar TheOrganizer.jar myLevelSetName.lvl 3


=========
 Contact
=========

For any questions you can contact the author (Max Vilkki) using e-mail 
by solving the puzzle of spambot scrambled e-mail address:

max [dot] vilkki PLEASE [ at ] REMOVE codise THESE [dot] org CAPS LETTERS

