Results 1 to 6 of 6

Thread: Platform game engine

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2001
    Posts
    71
    OK, you've probably heard this one before, but I want to create a 2D platform game (like Mario, Rayman 1, etc.), with a RPG basis. I've got a good story and design elements (no, really!), but I'm just an amateur VB programmer and cannot program an engine. I haven't found anything on the Internet, so I was hoping someone had the same idea and had the engine I need. Maybe you would want to work on it with me? Anyone?

    Thanks in advance!

    Dave.

  2. #2
    Zaei
    Guest
    You are most definately right. Its a very common question, so il cut and paste from another similar post:
    Games are most definatly not the place to start programming. I
    recommend reading around in the MSDN about things
    like the Line Method, especially if you are just starting
    out. Even something as seemingly simple as a guy
    walking in a field is somewhat complicated, and you will
    be easily lost if you try to just dive on in. I dont mean
    to discourage you, but you will almost invariably get
    discouraged if you dont know what you are doing ( I
    sure did =). Hope this helps you out a little bit, and
    good luck.
    Another point to stress is this... All games are not engines. An engine is a set of components that is tied together in a certain way. Engines are much harder to write then games, as they are designed to be the base that MANY games are based off of. For a beginning project, just start making a game.

    Z.

  3. #3
    Zaei
    Guest
    I started out with a form with 2 textboxes, and a button. You stuck your name in the first box, pressed the button and "You Suck <name>" appeared in the second box. Or a Message box popped up and said "You Suck <name". We all start somewhere =).

    Z.

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Games are how i started programming too Game engines aren't that rare, search and you'll find them, btw, i think there's a mario demo at fox page.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    New Member
    Join Date
    Apr 2001
    Posts
    6

    Lol

    I started with just one command button in the middle of a form with:
    print "ELVIS rulz!"


    I sold approx 500,000 copies
    _ELVIS_ lives

  6. #6
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    If it printed "Elivs Lives" you'd of sold a million
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

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