What you have in this package is an updated implementation of Tic-Tac-Toe game under KOS 2.X... in 2013!

Changelog:
- Changed MAPLE functions to use with KOS2. For 2-player game, I decided to use same Controller.
- Added a catchy OGG tune (The Jazz Piano - http://www.bensound.com - Creative Commons License). 
 * Remember, you can change it in the romdisk directory.
- Added 50/60 Hz selector.
- Added Red color for Player 2 Cursor.

This work does not change original Licence conditions.

Indiket, 8/2013

------------------------------------------------------

ORIGINAL README

This is a quick and rather dirty implementation of Tic-Tac-Toe under KOS-1.1.5.
It likely needs ported to 1.1.6 or CVS, but it tends to reboot my DC as I don't have a current gcc toolchain.

Anyway, to run this, simply untar this into the kos-1.1.5/examples/dreamcast/ directory and run 'make' within the tic-tac-toe directory.  It should compile fine assuming you have a devsetup.  There is a binary available, but no music is included.  If you want your own music, put an ogg-vorbis file called 'music.ogg' in the romdisk directory along with stream.drv.  The ogg file will play on startup.

Warning: this is ugly code and I don't recommend anyone actually try to use this.  If I get some of my work related projects out of the way, then I might have time to clean this up.  If you are hacking on it, I'll try to answer what I can, but you can consider this software unsupported.

Licensing: My code is public domain, ogg/KOS licensing are respective.

DirtySanchez, 2/2002
