No Description

Jorge Maldonado Ventura 2f08e35f16 Add Esperanto translation 5 years ago
data 2f08e35f16 Add Esperanto translation 5 years ago
.gitignore 2562ed617b Added some player statistics (time and powerups collected). 7 years ago
CONTRIBUTING 8b1988e220 Removed temporary note from CONTRIBUTING 6 years ago
COPYING 13746cd9ca Revert "Switched to GNU AGPL." 5 years ago
README.txt b92b6362ec Noted the pathlib dependency in the readme. 6 years ago
get_ai_data.py 4519016c88 Added pre-generated A.I. data. 6 years ago
get_errors.py c5ef93b6e0 Removed defaulting to Python 2 explicitly, plus changes to the readme. 6 years ago
hexoshi.py 13746cd9ca Revert "Switched to GNU AGPL." 5 years ago

README.txt

This file has been dedicated to the public domain, to the extent
possible under applicable law, via CC0. See
http://creativecommons.org/publicdomain/zero/1.0/ for more
information. This file is offered as-is, without any warranty.

========================================================================


HOW TO RUN

If you have downloaded a version of the game designated for a particular
system, simply run the executable.

To run the source code, you will need the following dependencies:

- Python 2 (2.7 or later) or 3 (3.1 or later)
- Pygame 1.9.1 or later

If you are using a version of Python older than 3.4, you will also need
to install pathlib:

Once you have installed the dependencies, you can start the game by
running "hexoshi.py". On most systems, this should be done by
double-clicking on it; if you are shown a dialog asking you if you want
to display or run the file, choose to run it.

To run the game with a particular Python version, open "hexoshi.py" in a
text editor and change the shebang on line one to indicate the version
you want to use, e.g. "python2" or "python3" instead of just "python".

There are some command-line options that can be passed. Run the game in
a terminal with the "-h" command-line option for more information.


SPECIAL CONTROLS

You can exit the game by pressing the middle mouse button. This is a
workaround for a rare bug in Pygame which can lock up the keyboard
controls, explained in detail here:

https://savannah.nongnu.org/forum/forum.php?forum_id=8113