Thread: Post your games here...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    UT2004 Addict Kleid-0's Avatar
    Join Date
    Dec 2004
    Posts
    656
    Quote Originally Posted by Mustang5670
    I posted my game, but it didn't have the source code with it.This has the source code with it. I've been sick with the flu, so I haven't worked on it any. :(
    Code:
    Operating system: ANY
    Compiler: Any C/C++ Compiler
    Language: C/C++
    Description: A small textbased RPG
    Mustang I loved your source! I made an expansion pack for Small World, I hope you're feeling better :). The expansion is also incomplete lol. It's a text game. It works perfectly on Linux with gcc 3.3.5 (GNU C Compiler). I hope someone finds it useful! :)

  2. #2
    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

  3. #3
    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.

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