9 Replies - 212 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
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.
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
What?
Quote
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
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:
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
#6
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 05:19 PM
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
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:
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
#10
Re: How would I go about starting to create this game?
Posted 16 February 2013 - 10:27 PM
|
|

New Topic/Question
Reply



MultiQuote






|