Thread: Post your games here...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2001
    Posts
    60

    Comments are welcome

    OS - WindowsXX

    This is my very first game _ very similar to the well known game 'Stratego':

    http://www.geocities.com/c_pruell/MecnelsTactics.zip

    I added a short description of the game to the program's header,
    which you can look at here:

    http://www.geocities.com/c_pruell/MTdefHeader.rtf


    Any comments and suggestions how this game could be improven are welcome (so far I haven't discovered any serious bugs, if you find some please let me know)

    Good luck!

    Last edited by Mecnels; 01-03-2005 at 07:17 AM. Reason: forgot os info

  2. #2
    Registered User
    Join Date
    Jan 2005
    Posts
    1

    path finder

    Code:
    operating system: developed and tested under windows xp sp2
    but should work with windows 98, me, 2000...
    
    compiler: microsoft visual studio professional 6.0 sp5
    
    graphics library: windows gdi
    
    other libraries: win32 api, stl
    
    description: create a starting position, ending position,
    setup some blockades and let the ai find a shortest path.
    more of a demonstration than a game but can be used in your games...
    
    other notes: please read "README.txt" for controls.
    i attached the source with the visual studio workspace files
    so just open the workspace.  if you are having problems
    compiling, i also included the executable "pathfinder.exe" in the zip file.
    download pathfinder.zip here

    enjoy...
    Last edited by kashikoi3; 01-06-2005 at 04:05 PM.

  3. #3
    - Only one post per game will be allowed. If you update your game, edit the existing post, do not create a new one. If you need to post more than one source file, use a compressed archive, eg ZIP format.

  4. #4
    Senor Member nomi's Avatar
    Join Date
    Jan 2004
    Posts
    129
    Operating System: Windows 98/XP
    Compiler:Dev-C++ 4.9.8.2
    Graphics Library:Conio
    Description:A Slot machine <<<self-explanatory but >>> A simple slot machine game, just follow the instructions and hope you win.
    Included is a .exe and .cpp with and without coloured text, and a readme. 5 files in total.

    Note: The word colour is spelled with a u, since I was using a modified version of conio which accepts both spellings...
    Last edited by nomi; 01-02-2004 at 02:15 PM.

  5. #5
    Normal vector Carlos's Avatar
    Join Date
    Sep 2001
    Location
    Budapest
    Posts
    463
    Hi!

    I have a collection of some self-made applications here.

    These are formerly written programs of mine, developed mostly in pure ASM from scratch - no libs, just the VGA card and the OS .

    Examples:

    AsmMenu - user configurable soft scroller, can be used for emags
    - soft scrolling
    - tricky techniques - low level VGA card access
    - full ASM source code available

    Matrix Demo
    - text mode demo (Awakening of the Matrix)
    - some of you might already seen it

    ...

    and other stuff.
    I have some more stuff, just not yet uploaded, but the page is continuosly updated.

    P.s.
    If you like some of my work, don't hesitate to sign my guestbook

  6. #6
    GA ichijoji's Avatar
    Join Date
    Nov 2002
    Posts
    179
    Real Big Fish
    Flyin' Hawaiian Productions (2003)

    I put this game together mostly to try out some generic animation ideas. It's pretty simple but entertaining in an obsessive way. Try to eat smaller fish while avoiding being eaten by bigger fish. Requires alleg40.dll to run.

    Operating system: XP
    Compiler: Dev-C++ 4
    Graphics Library: Allegro
    Other Libraries: my gui (included)
    Description: kill or be killed
    Last edited by ichijoji; 01-13-2004 at 07:18 PM.
    Illusion and reality become impartiality and confidence.

  7. #7
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Title: NetMaggotz!
    Operating System: Windows XP (playable on 98 but potentially some weird graphics side-effects)
    Compiler: MSVC 6.0 Pro
    Graphics: Windows GDI
    Other: WinSock 2
    Description: 2 player; Jump, grapple-beam, aim, shoot, charge sword & swipe, can use console (press ~ to access) to change environment variables etc... Great when you're bored at school - have a tournament with friends or something

    Also, the single-computer version (Maggots) can be found here
    Last edited by Hunter2; 01-14-2004 at 09:27 PM.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  8. #8
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765
    Title: Slot
    Operating System: Windows XP
    Compiler: Visual Basic.NET
    Description: A slot machine. Everything except sound effects. Animated reels, teasing messages, winner message, payout chart, betting controls, buttons get disabled when appropriate...fairly tested for bugs. Executable included also. SlotForm.vb Line 655 and on is my work. The rest was generated.

    NOTE: Don't send bugs. No longer interested in continuing really. School project little over a year ago.
    The world is waiting. I must leave you now.

  9. #9
    Small Woodland Creature
    Join Date
    May 2004
    Posts
    1

    Mercyless Mongeese

    this is my fist attempt to create something.
    a text based rpg with little story and anticlimatic finish.
    not too sure what the minimum requirements are but here is what i used.

    Operating system: windows me
    Compiler: Microsoft Visual C++ v6.0 Professional Edition
    Graphics Library:
    Other Libraries:
    Description: Low-Tech

    please send all tips, comments, questions, bug reports to [email protected]

  10. #10
    Registered User
    Join Date
    Jun 2007
    Location
    Usa, Pa
    Posts
    39
    Quote Originally Posted by MAGAHOO View Post
    this is my fist attempt to create something.
    a text based rpg with little story and anticlimatic finish.
    not too sure what the minimum requirements are but here is what i used.

    Operating system: windows me
    Compiler: Microsoft Visual C++ v6.0 Professional Edition
    Graphics Library:
    Other Libraries:
    Description: Low-Tech

    please send all tips, comments, questions, bug reports to [email protected]
    There's a lot of errors when compiling.

  11. #11
    Registered User
    Join Date
    Jun 2004
    Posts
    11

    HangMan

    EDIT: hehe, I kinda forgot to add a continue option, but it's there now, although it will terminate if you input anything that's not 'y' or "Y", I don't have much time right now I got alot of things to do around here, anyway I hope you enjoy the game.

    Code:
    Operating system: Windows XP
    Compiler: Microsoft Visual C++.NET
    Graphics Library: None, Console Application
    Other Libraries:
    Description: HangMan, make sure the .dat file is in the same folder with the .exe before opening the exe
    Last edited by darnok; 07-08-2004 at 03:27 PM. Reason: Update

  12. #12
    Confused Magos's Avatar
    Join Date
    Sep 2001
    Location
    Sweden
    Posts
    3,145
    Name: Skyroads 2004
    Operating system: WinXP, probably other versions too.
    Compiler: MSVC++ 6.0
    Graphics Library: Direct X 9
    Other Libraries: None
    Description: Race to the finish line while staying alive.
    File: In this Cprogramming.com thread

    (Don't kill me for linking, the file was too big to attach... ^^ )
    MagosX.com

    Give a man a fish and you feed him for a day.
    Teach a man to fish and you feed him for a lifetime.

  13. #13
    Registered User
    Join Date
    Jul 2004
    Posts
    18
    Ok here is my 1st game @_@
    Very nooby ofcourse..

    Operating system: Windows XP
    Compiler: Visual Studio .Net 2003
    Graphics Library: none
    Other Libraries: standart
    Description: text based casino.

  14. #14
    Registered User
    Join Date
    Jan 2003
    Posts
    118

    Tennis

    Code:
    Operating system: WinXP
    Compiler: MSVC++ 2003
    Graphics Library: Console
    Other Libraries:
    Description: Hit the ball with the racket :p
    NOTE: if your screen resolution is not 1024 x 768, things might be a bit odd.... I plan to work on this

    EDIT: I changed the attachement because now it does not get "stuck" for a bit when you move your racket.
    Last edited by Marcos; 08-01-2004 at 04:02 PM. Reason: New Version
    Why drink and drive when you can smoke and fly?

  15. #15
    Registered User
    Join Date
    Apr 2007
    Posts
    4
    NOTE: if your screen resolution is not 1024 x 768, things might be a bit odd.... I plan to work on this

    good game dude,

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Resources for professional games
    By EVOEx in forum Game Programming
    Replies: 8
    Last Post: 06-17-2009, 02:42 PM
  2. need help with HTTP POST
    By Anddos in forum Networking/Device Communication
    Replies: 5
    Last Post: 03-22-2009, 08:41 AM
  3. Unknown memory leak with linked lists...
    By RaDeuX in forum C Programming
    Replies: 6
    Last Post: 12-07-2008, 04:09 AM
  4. Auto POST
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 06-07-2003, 10:42 AM