kolibrios/programs/games/c4/trunk
Ivan Baravy e9e08c56b6 Update Tupfile.lua's for tup-0.8
git-svn-id: svn://kolibrios.org@10042 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-21 14:45:21 +00:00
..
ai.inc
blue.pcx
board.inc
build.bat
c4.asm C4: update window, -1 IMG sector 2020-05-25 15:20:10 +00:00
makefile
mos.inc
pcx.inc
randomai.inc
Readme.txt
red.pcx
rng.inc
Tupfile.lua Update Tupfile.lua's for tup-0.8 2024-05-21 14:45:21 +00:00
windows.inc C4: update window, -1 IMG sector 2020-05-25 15:20:10 +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)