view README.txt @ 634:20d6aef11249 default tip

Fix iCCC profiles in PNGs to avoid verbose warnings from libpng.
author Simon Cross <hodgestar@gmail.com>
date Fri, 27 Jan 2023 23:32:07 +0100
parents df7dc1fdf8c4
children
line wrap: on
line source

Nine Tales
==========

Entry in PyWeek #12  <http://www.pyweek.org/12/>
URL: http://pyweek.org/e/skaapsteker
Team: Skaapsteker
Members: Adrianna Pinska, Anna Malczyk, Jeremy Thurgood, Neil Muller,
         Oliver Hambsch, Simon Cross, Stefano Rivera
License: MIT, see LICENSE.txt

Dependancies
------------

Python >= 2.6 (not Python 3)
pygame >= 1.8

Running the Game
----------------

On Windows or Mac OS X, locate the "run_game.pyw" file and double-click it.

Othewise open a terminal / console and "cd" to the game directory and run:

  python run_game.py


How to Play the Game
--------------------

Use arrow keys and Enter to navigate menus.

Use arrow keys to move the kitsune around the screen. X and Z are your fire
buttons. Press Q or Escape to quit.


Development notes
-----------------

Creating a source distribution with::

   python setup.py sdist

You may also generate Windows executables and OS X applications::

   python setup.py py2exe
   python setup.py py2app

Upload files to PyWeek with::

   python pyweek_upload.py

Upload to the Python Package Index with::

   python setup.py register
   python setup.py sdist upload