kolibrios-gitea/programs/games/c4/trunk
heavyiron 4daae89053 *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld
updated sysfunc.txt
*programs 
         new icons and logo for CPUID and ICON
         added new version of @ICON and ICONMNGR
         fixes in iconedit and calendar from DedOK
         new algoritm of fill background in pic4
         all apps (fasm-writen only) rewriten to use common macros.inc for easy recompile in fastcall mode (there is a bug in https; run need rewrite to use common macros.inc)
         small fixes in build_all.bat script
         

git-svn-id: svn://kolibrios.org@485 a494cfbc-eb01-0410-851d-a64ba20cac60
2007-05-10 13:48:35 +00:00
..
ai.inc Changed structure of svn repository 2006-07-28 13:39:16 +00:00
blue.pcx Changed structure of svn repository 2006-07-28 13:39:16 +00:00
board.inc Changed structure of svn repository 2006-07-28 13:39:16 +00:00
build.bat *kernel - fixes in 15.2 by Mario79 and 67 by mike.dld 2007-05-10 13:48:35 +00:00
c4.asm File system: new function 70.3 for write to the existing file 2006-08-18 13:32:18 +00:00
mos.inc Changed structure of svn repository 2006-07-28 13:39:16 +00:00
pcx.inc Changed structure of svn repository 2006-07-28 13:39:16 +00:00
randomai.inc Changed structure of svn repository 2006-07-28 13:39:16 +00:00
Readme.txt Changed structure of svn repository 2006-07-28 13:39:16 +00:00
red.pcx Changed structure of svn repository 2006-07-28 13:39:16 +00:00
rng.inc Changed structure of svn repository 2006-07-28 13:39:16 +00:00
windows.inc Changed structure of svn repository 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)