kolibrios/programs/games/c4/trunk
2024-06-03 00:34:02 +01:00
..
ai.inc Fix EN typos 2024-05-29 21:37:05 +00:00
blue.pcx
board.inc
build.bat
c4.asm Most of language code fixes 2024-06-03 00:34:02 +01:00
makefile Most of language code fixes 2024-06-03 00:34:02 +01:00
mos.inc
pcx.inc
randomai.inc
Readme.txt
red.pcx
rng.inc
Tupfile.lua Most of language code fixes 2024-06-03 00:34:02 +01:00
windows.inc

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)