Thread: first game (still beta)

  1. #1
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137

    first game (still beta)

    comments.. remember still beta called Ludlow text rpg
    Last edited by LouDu; 03-02-2003 at 04:50 PM.
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  2. #2
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    *so proud*
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  3. #3
    napKINfolk.com napkin111's Avatar
    Join Date
    Apr 2002
    Posts
    310
    DLL missing
    "The best way to get answers is to just keep working the problem, recognizing when you are stalled, and directing the search pattern.....Don’t just wait for The Right Thing to strike you – try everything you think might even be in the right direction, so you can collect clues about the nature of the problem."
    -John Carmack

  4. #4
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    theres the .cpp in the first post compile your self, what OS are you on?
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  5. #5
    napKINfolk.com napkin111's Avatar
    Join Date
    Apr 2002
    Posts
    310
    You silly goose, the first time I DL'd it it was a .zip with an exe in it.

    //napKIN
    "The best way to get answers is to just keep working the problem, recognizing when you are stalled, and directing the search pattern.....Don’t just wait for The Right Thing to strike you – try everything you think might even be in the right direction, so you can collect clues about the nature of the problem."
    -John Carmack

  6. #6
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    yea i know lol attacked is the .zip with the .exe in it the .cpp is in the first post ::comments::?
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  7. #7
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Still have the same error dude.
    --

  8. #8
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    hrmm d/l the .cpp and try to compile ur self i dont know what could be wrong mayeb its my header files what OS is everyone on ?
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  9. #9
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    these are the headings i have

    Code:
    #include <conio.h>
    #include <iostream>
    #include <stdlib.h>
    #include <ctime>
    #include <iomanip.h>
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  10. #10
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Right, I got it to work now, I'm on XP by the way.
    --

  11. #11
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    ok myself also, i even d/led the .zip and it wokred perfectly, please comment thanks
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  12. #12
    Registered User abrege's Avatar
    Join Date
    Nov 2002
    Posts
    369
    A lot of global variables. You only need to call srand() once in the program. You don't need to declare a variable after it's been declared. Don't use RoD's code. Probably many other short comings, but I can't pick them out due to the weird spacing
    I am against the teaching of evolution in schools. I am also against widespread
    literacy and the refrigeration of food.

  13. #13
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    hehe thanks for the comments but i ment relative to the game play
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

  14. #14
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Awfull! I smashed the 146 keys about fifty times before
    something happened.

    And indeed that code looks like it came from RoD
    --

  15. #15
    |<o>| <--cyclopse LouDu's Avatar
    Join Date
    Mar 2003
    Posts
    137
    146 keys lol its because black knights only come out 10% of the time lol i write sloppy code nothign will ever be organized with me i cant even keep my computer screen clean let alone the code on it lol
    Languages <> C++, HTML

    /*The Ledgend of Ludlow Coming to a PC Near
    You intro Cinenmatic Needed email me of
    Reply to one of my threads if you can make
    one, thats decent. */

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how do the game engine and the api interact?
    By Shadow12345 in forum Game Programming
    Replies: 9
    Last Post: 12-08-2010, 12:08 AM
  2. 20q game problems
    By Nexus-ZERO in forum C Programming
    Replies: 24
    Last Post: 12-17-2008, 05:48 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. Released Beta version of my game today. Check it out.
    By DeSeis in forum Game Programming
    Replies: 1
    Last Post: 10-30-2002, 06:13 PM
  5. My Maze Game --- A Few Questions
    By TechWins in forum Game Programming
    Replies: 18
    Last Post: 04-24-2002, 11:00 PM