Marat Zakiyanov (Mario79) 286a1a9a39 Try to fix r.3491
git-svn-id: svn://kolibrios.org@3494 a494cfbc-eb01-0410-851d-a64ba20cac60
2013-05-03 22:38:54 +00:00
..
2011-01-31 11:57:23 +00:00
2006-07-28 13:39:16 +00:00
2006-07-28 13:39:16 +00:00
2013-05-03 22:38:54 +00:00
2013-05-03 22:38:54 +00:00
2006-07-28 13:39:16 +00:00
2006-07-28 13:39:16 +00:00
2006-07-28 13:39:16 +00:00
2006-07-28 13:39:16 +00:00
2006-07-28 13:39:16 +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)