README for cuyo, version 1.0:


For the impatient
=================

To install cuyo, follow the instructions in the INSTALL file. Or follow
this ultra-short installation guide:
1. ./configure (in the same directory as this file)
2. make
3. make install

To play cuyo without really installing it (perhaps because you are not root),
leave out step 3 and start cuyo directly in the src directory:
3b. src/cuyo



FAQ
===

Q: What does the name `cuyo' mean?
A: Well, `cuyo' is spanish for `whose'. What's so bad about naming a game
   after a spanish possessive pronoun?

Q: How do I write my own levels?
A: * Create a directory. (Let's call it my_levels)
   * Put a copy of the data/level.descr in my_levels.
   * Put a directory called pics in my_levels.
   * Look at the existing levels in level.descr to find out how to create
     your own.
   * Look at the icons in data/pics to see how to put the icons of your own
     levels in your pics-directory.
   * cd to my_levels.
   * Start cuyo.


Q: Wann gibt es eine deutsche Version?
A: Sobald ich rausfinde, wie das mit dem internationalisieren funktioniert.

