Naughts and Crosses a simple tic-tac-toe game - with a twist.
This is a simple tic-tac-toe game, written in C++ for the console. It's a very simple affair, and only suited to the odd five minutes, but has a fully functional one-player mode (which I have tried to make neither too easy nor too hard) and offers the ability to modify the board size.
Requirements:
· Allegro 4.2.0 or above.
· GLIBC 2.5 for the binary versions. The Ubuntu package requires Ubuntu 7.04 Feisty Fawn minimum or any Debian-based distro which supports the minimum versions contained within Feisty.
What's New in This Release:
· Added check in configure script when compiling from source to ensure that Allegro 4.2.0 development libraries are installed.
· Added additional "kill screen" function to ensure that thedesktop resolution is restored when the game exits (I hope!)
· All files except jamyskissound.wav are checked for their existence and the game aborts with a proper error message and exits cleanly if need be. jamyskissound.wav is simply not played if absent, as it is not crucial to the game.
· The game can now be installed properly to any directory from a source install.
Product's homepage