Thread: Home made Minesweeper using SDL

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    72

    Home made Minesweeper using SDL

    hi
    this is my implementation of the classical Minesweeper game that can be found on every Windows OS.

    I like to give it as 'game developing tutorial' purposes if someone like to use it.

    I made it for several days using my spare time.
    sdlMine src and executable together.

    You will need some stuff from http://www.libsdl.org in order to play or compile it:
    Windows SDL.DLL(~250k) to run it
    and to compile it with MS VC6.0(~450k) it includes the SDL.DLL

    damyan

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    104
    Your game is amazing!!!

    Congratulations!!! :-)))
    Ilia Yordanov,
    http://www.cpp-home.com ; C++ Resources

  3. #3
    "The Oldest Member Here" Xterria's Avatar
    Join Date
    Sep 2001
    Location
    Buffalo, NY
    Posts
    1,039
    nice job!!!!!
    now lets see it without SDL!

  4. #4
    Registered User
    Join Date
    Oct 2001
    Posts
    19
    great game!

    i haven't used SDL before, but it'd be something to implement a game menu, and hence add some game options. that'd be challenging (you might already be working on it)!

    btw. i've never seen a multiplayer version of winmine before, so you might want to give that a try sometime some ideas for this:

    1) Each person lays down the other's minefield
    2) Each gets three 'lives'
    3) Game objective: sweep mines layed down by other player
    4) Must have 1 'powerup' crate which heals the opposition
    5) Computer AI a possibility....

    i might actually give this one a shot, too......

    Peter Kimberley
    [email protected]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DirectX or SDL?
    By Leeman_s in forum Game Programming
    Replies: 2
    Last Post: 01-19-2003, 10:13 PM
  2. What's the best program you have ever made?
    By Kevin.j in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 10-02-2002, 11:29 AM
  3. How do use home made header files
    By 0927 in forum C++ Programming
    Replies: 4
    Last Post: 01-10-2002, 09:16 PM
  4. home made header files...
    By matheo917 in forum C++ Programming
    Replies: 2
    Last Post: 12-30-2001, 09:44 AM
  5. home made movies and animations
    By iain in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-02-2001, 11:16 AM