kolibrios-fun/programs/c4/trunk
Andrey Halyavin (halyavin) 065b8d32b2 programs sources added
git-svn-id: svn://kolibrios.org@31 a494cfbc-eb01-0410-851d-a64ba20cac60
2006-01-03 09:43:31 +00:00
..
ai.inc programs sources added 2006-01-03 09:43:31 +00:00
blue.pcx programs sources added 2006-01-03 09:43:31 +00:00
board.inc programs sources added 2006-01-03 09:43:31 +00:00
c4.asm programs sources added 2006-01-03 09:43:31 +00:00
mos.inc programs sources added 2006-01-03 09:43:31 +00:00
pcx.inc programs sources added 2006-01-03 09:43:31 +00:00
randomai.inc programs sources added 2006-01-03 09:43:31 +00:00
Readme.txt programs sources added 2006-01-03 09:43:31 +00:00
red.pcx programs sources added 2006-01-03 09:43:31 +00:00
rng.inc programs sources added 2006-01-03 09:43:31 +00:00
windows.inc programs sources added 2006-01-03 09:43:31 +00:00

C4 0.1
Copyright (C) 2002 Thomas Mathys
killer@vantage.ch


What's this ?
-------------

C4 is a connect four clone for MenuetOS
(http://www.menuetos.org).


Installation
------------

Simply copy the executable (C4) onto your MenuetOS floppy.
You don't need to copy anything else, the image files are
linked into the executable.

If you want to compile C4 yourself you need NASM.
Get it from http://nasm.sourceforge.net.

Compile C4 using the following command:

	nasm -f bin -o c4 c4.asm
	
(nasmw if you have the win32 version)