Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
Hi, I want to start making more advanced game in VB.NET. So far I've only created simple games like Pong, Snake & Various mazes. I'm wanting to move onto creating a more complex game (Like the Gameboys Pokemon blue/red for example, only not as long). It will have levels, collectible items, various creatures to battle and computer opponents to play. I havn't got solid plan of what it will be like but I'm hoping to go down those lines. Now like I said, I only really know the basics of making games, So I was wondering if anybody could point me towards some good advanced tutorials that I can read up on. If you could share them with me that would be a great help thanks.
Also any tips or advice you could give will also be appreciated.
Thanks,
The Major
Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
No thanks, I'm really looking to make it in VB.NET. I like a challenge.
Thanks anyway though.
Posts: 276
Threads: 17
Joined: Apr 2010
Reputation:
10
I can imagine for a game like pokemon all you would need to do is create a lot of maps and sprites and stuff.
After than you use they keydown event and keyup event to move the character sprite.
Then depending on how you want your game to be you would use random number generators and if statements to perform your own tasks and events.
zzzzzzz
Posts: 192
Threads: 22
Joined: Oct 2009
Reputation:
1
Yes, actually a game like pokemon isn't the most advanced game. You won't have any problem coding it in VB.NET, supposing you know a lot about classes. However, for other games that require rotating sprites and advanced collision checking game maker is much better.
Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
Thanks guys. Well I've found a couple of tutorials so I will be reading up on those.
By advanced I kind of just meant a real game with a story line rather than Pong, & Snake like I'm used to coding.
Thanks.
Posts: 276
Threads: 17
Joined: Apr 2010
Reputation:
10
But are you talking Zelda GBA or WoW PC?
zzzzzzz
Posts: 3,538
Threads: 348
Joined: Mar 2010
Reputation:
57
What? I'm talking Pokemon Gameboy color. If you're asking what I am wanting my game to be similar in style to.