Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Wumpus Hunt

  1. #1
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Wumpus Hunt

    Ok so heres the situation.

    I havn't done ANY game dev since the LD48 in the middle of April . Got lots of ideas but havn't done anything. Been working hard at work as well (wearing a wrist brace because of it ).

    So I decided to do something quick and funny to get myself back into the whole game dev thingy.

    So I made Wumpus Hunt based loosely on the dos Hunt the Wumpus game. The whole game took me just about ONE hour .

    So take a look and tell me what you think:

    http://www.cairnsgames.co.za/downloa...wumpushunt.zip

    Download size is about 67KB (Includes EXE and all images needed to play the game). You will need the SDL libraries installed to play the game.
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  2. #2

    Wumpus Hunt

    Cool
    I have a 2005 CRF 250 so <^>(>&lt<^>
    <br />http://www.gtrpg.com/

  3. #3

    Wumpus Hunt

    Some problems here.

    This is the log:
    Code:
    STATUS INFO &#58; @ 1.08.23 MSG &#58; Create Fonts IN &#58; 
    STATUS INFO &#58; @ 1.08.23 MSG &#58; Font name&#58; c&#58;\windows\fonts\Arial.ttf IN &#58; TS2DLFont.LoadFont
    STATUS INFO &#58; @ 1.08.23 MSG &#58; Font size&#58; 36 IN &#58; TS2DLFont.LoadFont
    *** ERROR *** &#58; @ 1.08.23 MSG &#58; Couldn't load font&#58; Couldn't open c&#58;\windows\fonts\Arial.ttf IN &#58; TS2DLFont.LoadFont
    STATUS INFO &#58; @ 1.08.23 MSG &#58; Closing down fonts IN &#58; S2DLText.Finalization
    STATUS INFO &#58; @ 1.08.23 MSG &#58; SDL being closed down. IN &#58; S2DLDraws.Finalization
    STATUS INFO &#58; @ 1.08.23 MSG &#58; S2DLDraw surface being cleared IN &#58; TS2DLDraw.Destroy
    STATUS INFO &#58; @ 1.08.23 MSG &#58; Terminating Application IN &#58; Finalization
    My OS is w2k... I think the problem is the font path :idea:
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  4. #4
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Wumpus Hunt

    I've uploaded a new version with its own font in the Images Directory.

    - Add 5 mins to development time
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  5. #5

    Wumpus Hunt

    Nice one!
    Too bad your faery game idea didn't game off the ground.

    PS. hope you don't stress your wrist too much. You'll still be needing it for a very long time.

  6. #6

    Wumpus Hunt

    Nice
    My best score is 1
    Get your fpc4gba copy now!
    Get your fpc4nds copy now!

  7. #7
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Wumpus Hunt

    Well the fairy town game or a small RTS "Humans vs Orcs" (typically) is the next game in line.

    I did say it was a simple game But I thought it wasn;t bad for an hours work. (All images except the background were also done in that hour)
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

  8. #8

    Re: Wumpus Hunt Dll's needed

    Hi there,

    Your Wumpus Hunt program needs quite a lot of DLLs from the SDL library. I have found some of them from other programs... but not all of them. In particular I need SDL_ttf.dll.

    I also have SDL Library v1.0 for Delphi but I have not looked at in ages and I don't recall how I can create my own SDL_ttf.dll ... maybe you know how this is done?!?

    Seeing how you spent so little development time on this maybe you could spend a little more time documenting the required DLLs?!? ... and also sources where these files are available on the web. I don't really like the idea of having to load up the SDL library and generating these files myself (assuming that I could remember how it was done).

    Regards,
    Peter W. :-)))
    Sandy Bay, Hobart, Tas, AU.

  9. #9

    Wumpus Hunt

    hmm. yes, include dlls with package. I found the SDL runtime package, but it ain't Good Enough. The next error was SDL_image.dll, and someone mentioned a font dll... (is having no SDL making me look silly? Asphyre forever!)

  10. #10
    Legendary Member cairnswm's Avatar
    Join Date
    Nov 2002
    Location
    Randburg, South Africa
    Posts
    1,537

    Wumpus Hunt

    I have the SDL Libs packaged on my web sitre at:

    http://www.cairnsgames.co.za/files/sdllibs.zip
    William Cairns
    My Games: http://www.cairnsgames.co.za (Currently very inactive)
    MyOnline Games: http://TheGameDeveloper.co.za (Currently very inactive)

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •