forked from KolibriOS/kolibrios
16091ddd9e
@panel: to match K0581 distro: SYSMETER -> GMON @numcalc: moved to the appropriate place in repository HeEd: added english variant NetSendC, NetSendS: added english variant + optimization pic4: changes in set background + optimization tetris, @rcher, board, sysxtree, vrr: new versions from K0581 distro bgitest: fixed small error + ability to set language via lang.inc c4: small correction in label height to match K0581 distro git-svn-id: svn://kolibrios.org@131 a494cfbc-eb01-0410-851d-a64ba20cac60 |
||
---|---|---|
.. | ||
ai.inc | ||
blue.pcx | ||
board.inc | ||
c4.asm | ||
mos.inc | ||
pcx.inc | ||
randomai.inc | ||
Readme.txt | ||
red.pcx | ||
rng.inc | ||
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)