INTRODUCTION
===========

SDLHana is an SDL-based Hanafuda game. Hanafuda is a Japanese-oriented
card game which is mostly played in Japan and Korea, also known as
"Hwa-T'u" in Korean.

For more details about Hanafuda, check out the Wikipedia:
http://en.wikipedia.org/wiki/Hanafuda

Enjoy playing.


INSTALLATION
===========
If you are installing with the source package, make sure you have the SDL
runtime and development files correctly installed. Otherwise the source
code will fail to compile. You may download it at http://www.libsdl.org.

Decompress the source package with the following command:
tar xjf sdlhana-0.33.tar.bz2

Then, compile and install:

cd sdlhana-0.33
./configure
make
make install
