Thread: minesweeper

  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    11

    Wink minesweeper

    i have made minesweeper.do give your suggestions
    the source code is sent next.
    i,m a beginner please give good suggestions

  2. #2
    Registered User -leech-'s Avatar
    Join Date
    Nov 2001
    Posts
    54
    "BGI Error: Graphics not initialized (use 'initgraph')"
    Not yet, have to think of one...

  3. #3
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669
    You forgot to add a "egavga.bgi" file.
    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

  4. #4
    Registered User
    Join Date
    Sep 2001
    Posts
    140
    dont use bgi, use mutt dos library, want me to send U it? has mouse, svga vesa modes, interrupts and sooooo much more.

  5. #5
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    You can add the correct BGI driver to your programs permanently by using registerbgidriver(). Check your documentation on how to do it. You have to run a program that came with your compiler that adds the BGI to a certain file. I've done it before but it was long time ago so forget most of it.

    It is in your help file under registerbgidriver() and registefarbgidriver().

  6. #6
    Code Warrior
    Join Date
    Nov 2001
    Posts
    669

    Thumbs up

    WAUUUUUUUU! This game is wonderful. Congratulations for that!!!!!

    Could you upload a source code too ?

    Current projects:
    1) User Interface Development Kit (C++)
    2) HTML SDK (C++)
    3) Classes (C++)
    4) INI Editor (Delphi)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's the best way to draw a minesweeper field
    By Nazgulled in forum C Programming
    Replies: 1
    Last Post: 05-08-2007, 01:24 PM
  2. AI Contest - Minesweeper
    By Darryl in forum Contests Board
    Replies: 93
    Last Post: 04-24-2006, 05:48 PM
  3. minesweeper
    By sameintheend01 in forum C++ Programming
    Replies: 1
    Last Post: 02-18-2003, 09:50 AM
  4. minesweeper problem
    By adamrobbie in forum C Programming
    Replies: 2
    Last Post: 10-14-2002, 08:03 PM
  5. Home made Minesweeper using SDL
    By damyan in forum Game Programming
    Replies: 3
    Last Post: 11-02-2001, 06:17 PM