Hi,
I have been taking a VB Class and im on my second semester(in high school). The teacher assigned us an assignment to create any game we want only using Vb. I choose to do something like "The worlds hardest game". So what i am asking is how I would create the level or like the shape the square moves around in? I just learned about arrays so i was thinking that maybe I could use those, but im probably wrong. Im not asking for the code but im just asking what I would use so I can start trying. Sorry if I broke any rules, im new to this Site and I hope you can help me.
9 Replies - 211 Views - Last Post: 16 February 2013 - 10:27 PM
#1
How would I go about starting to create this game?
Posted 14 February 2013 - 10:01 PM
Replies To: How would I go about starting to create this game?
#2
Re: How would I go about starting to create this game?
Posted 15 February 2013 - 06:20 AM
Quote
I choose to do something like "The worlds hardest game".
What?
Quote
So what i am asking is how I would create the level or like the shape the square moves around in? I just learned about arrays so i was thinking that maybe I could use those, but im probably wrong.
Yes, arrays can work. The trick is to make the mental leap that the array maps out places to move and what not, while the screen/on paint bit translates "If my character is on 4,5 of the array that means the image is at 350, 650 pixels on the screen".
#3
Re: How would I go about starting to create this game?
Posted 15 February 2013 - 06:30 AM
Hello,
This guy has some VB.Net game tutorials:
VB.net Game tutorial
There are some great XNA tutorials also if you are allowed to use XNA Game Studio.
XNA Tutorial
Playlist of all tutorials:
Play List
This guy has some VB.Net game tutorials:
VB.net Game tutorial
There are some great XNA tutorials also if you are allowed to use XNA Game Studio.
XNA Tutorial
Playlist of all tutorials:
Play List
This post has been edited by tycos: 15 February 2013 - 06:32 AM
#4
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 06:34 AM
modi123_1, on 15 February 2013 - 06:20 AM, said:
I choose to do something like "The worlds hardest game".
What?
What?
------------
I believe hes reffering to this.
http://www.addicting...hardestgame.jsp
Pretty popular game.
This post has been edited by Jondeate: 16 February 2013 - 06:34 AM
#5
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 07:31 AM
Odd. Never heard of it.
#6
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 05:19 PM
amateur to amateur opinion,
You could just implement your actual knowdledge into the game you want to make.
If you know how to use pictureboxes.. do a game around pictureboxes and such..
You could just implement your actual knowdledge into the game you want to make.
If you know how to use pictureboxes.. do a game around pictureboxes and such..
#7
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 05:43 PM
That game drives me mad! Could be made in vb quite easily, your comment about arrays tells me that you may not be ready to do something like this.
You would need some understanding of moving objects, keyboard input, collision detection and updating the screen graphics.
You would need some understanding of moving objects, keyboard input, collision detection and updating the screen graphics.
#8
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 06:29 PM
tycos, on 16 February 2013 - 05:43 PM, said:
That game drives me mad! Could be made in vb quite easily, your comment about arrays tells me that you may not be ready to do something like this.
You would need some understanding of moving objects, keyboard input, collision detection and updating the screen graphics.
You would need some understanding of moving objects, keyboard input, collision detection and updating the screen graphics.
Pretty much any game logic.
#9
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 09:43 PM
Thanks for the replies guys!
#10
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 10:27 PM
When I took vb.net years ago I had a similar project, except I chose to do blackjack. The game you want to make would be a fun learning experience but you don't have to get too crazy for an assignment. I'm just like you though, when I was given the assignment I had thought up a plat former with multiple levels, physics objects, and a crazy amount of features. About 15 minutes into the prototype I realized I was in WAY over my head. There's a good lesson to be learned with time management here
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote







|