Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. C4 0.1
  2. Copyright (C) 2002 Thomas Mathys
  3. killer@vantage.ch
  4.  
  5.  
  6. What's this ?
  7. -------------
  8.  
  9. C4 is a connect four clone for MenuetOS
  10. (http://www.menuetos.org).
  11.  
  12.  
  13. Installation
  14. ------------
  15.  
  16. Simply copy the executable (C4) onto your MenuetOS floppy.
  17. You don't need to copy anything else, the image files are
  18. linked into the executable.
  19.  
  20. If you want to compile C4 yourself you need NASM.
  21. Get it from http://nasm.sourceforge.net.
  22.  
  23. Compile C4 using the following command:
  24.  
  25.         nasm -f bin -o c4 c4.asm
  26.        
  27. (nasmw if you have the win32 version)
  28.