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.

Get the latest source code:

git clone https://github.com/CecilHarvey/sdlhana

Compile and install:

cd sdlhana
autoreconf -f -i
./configure
make
make install
