|
-
Apr 24th, 2001, 10:51 AM
#1
Thread Starter
Lively Member
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.
-
Apr 24th, 2001, 11:59 AM
#2
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.
-
Apr 25th, 2001, 01:34 PM
#3
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.
-
Apr 25th, 2001, 02:44 PM
#4
transcendental analytic
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.
-
Apr 26th, 2001, 03:47 AM
#5
New Member
Lol
I started with just one command button in the middle of a form with:
print "ELVIS rulz!"
I sold approx 500,000 copies
-
Apr 26th, 2001, 03:53 AM
#6
Retired VBF Adm1nistrator
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|