Results 1 to 12 of 12

Thread: Been thinking of doing some kind of project...

  1. #1
    darkvelius
    Guest
    I have had the learning ed. of vb6 for a few months and I have been learning on it, but now i have enterprise and I have been wating to do a project for some time. I would like to do a game but I'm not that great at graphics and animation. I can make the graphics but I'm not great at putting them together.

    Anyway if anyone would like to be the brains behind some kind of game or just have any ideas on anything please post or email me at [email protected]

  2. #2
    Addicted Member Rudy's Avatar
    Join Date
    Sep 2000
    Location
    BC, Canada
    Posts
    198
    what kind of game you want to make??
    *Rudy^
    Visual Studio 6 Ent. SP5
    Windows 2000 SP4
    Windows XP SP1a

  3. #3
    darkvelius
    Guest

    Well probably something 2D

    2D because I dont want to have to deal with models and landscapes but....

    I was thinking something loosely base on worms. Or if someone has anything else in mind I'd be be glad todiscuss it. Well what would like to do?

  4. #4
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Hey,

    I half wrote a game.
    Most of the difficult code is done.

    http://members.fortunecity.com/plenderj/

    Its called craft ; You can take it if you want.
    If it doesnt run first time, try a few times in a row. The CreateDC function isnt the most reliable.

    - jamie
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  5. #5
    PowerPoster Arbiter's Avatar
    Join Date
    Sep 2000
    Location
    Manchester
    Posts
    2,276
    PlenderJ,

    You just can't give the damn thing away can you??? Admit it, no-one wants it....

    DarkVelius,

    When Behemoth and I decided we were going to write a game, it was decided to go for a turn based strategy for a number of reasons.

    1) I didn't have to worry about fps

    2) A pause between turns when the computer is working something out is expected.

    3) Animation wasn't going to feature too heavily so Behemoth would have to create dozens of images for each unit.

    4) It's much more forgiving if you're code isn't lightening fast. A pause between turns of a couple of seconds longer than it could be is nowhere near as bad as a supposedly fluid game running like a dog.

    Now, I'm not suggesting you make a TBS but you might want to consider something that doesn't have an incredibly amount happening on screen all at once.

    Something like worms as you suggested would be a good start as it combines both worlds. You will find that it's going to be a challenge no matter what you do, but there's lots of people on these forums who can help you out if you get stuck.

    Well, good luck!
    Gentile or Jew,
    O you who turn the wheel and look to windward,
    Consider Phlebas, who was once handsome and tall as you...

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    My first game wasnt turn based.
    So nee ner nee ner nee ner

    Anyway, there's a lot of good code in craft.
    And it would help programmers.

    Im sure a lot of people have benefited from it by now.
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  7. #7
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I love beat 'em up games, what about a 2d fighting one like street fighter, mortal kombat etc ?

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  8. #8
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Not really the sort of game for a newbie to tackle is it ?
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  9. #9
    Evil Genius alex_read's Avatar
    Join Date
    May 2000
    Location
    Espoo, Finland
    Posts
    5,538
    I don't know, but it's what I'm starting with & thought I could pinch erm.... learn from some of the coding (thanks for your site, have pinched, erm benefitted from some of this code also)

    Please rate this post if it was useful for you!
    Please try to search before creating a new post,
    Please format code using [ code ][ /code ], and
    Post sample code, error details & problem details

  10. #10
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Well thats what the code thats there is there for ; pinching
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  11. #11
    darkvelius
    Guest

    Thanks for all the help

    Thanks for all the help.

  12. #12
    Behemoth
    Guest
    perhaps a noughts and crosses / tic tac toe sim?

    *I'll get my coat*

Posting Permissions

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



Click Here to Expand Forum to Full Width