Thread: Post your games here...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Registered User harryP's Avatar
    Join Date
    Sep 2002
    Posts
    124

    Maze

    This is a maze-ish type game I made. You are a smiley face trying to reach the exit of the maze. There are randomly moving monsters skulking about and if you run into them, you die. I'm thinking of doing AI, but I don't know yet. The game also includes an easy-to-use Maze Creator where you use the mouse to make your own mazes (it's easier than using Notepad...trust me on this, I wish I'd made the editor BEFORE I made the sample mazes...). The main menu of the game uses the mouse, too.

    Code:
    Operating system: XP
    Compiler: MSVC++ 6
    Graphics Library: ASCII art again :D
    Other Libraries: None
    Description: Get through the maze(s)
    You can play random mazes or load up your own. Now the only thing about it (sorry this is getting rather lengthy) is where you install it. The mazes are all stored in a folder called 'Mazes' and both the Maze Creator and the game look in here for the mazes, so I had to put in a file that holds the path of this folder. So, when you copy it over to wherever (for example, C:\Program Files), open "Maze2 > Maze2 > directory.ini" and change the path to "C:\\Program Files\\Maze2\\Mazes\\". You need the doubleslashes, and don't forget the two slashes at the end. You'll have to do the same thing under "Maze2 > Maze Creator > Maze Creator > directory.ini". I know it's a bit of pain , but once its done its done I guess. Anyways, sorry for the long post. I hope you all enjoy it!

    Brendan
    Last edited by harryP; 07-29-2003 at 11:52 AM.
    Draco dormiens nunquam titallandus.
    Console Graphics Library: http://www.geocities.com/steve_alberto/cgl.html

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