|
  
|
|
|||||||
| Development Discussions All developers who are coding games may stop by here for any help, suggestions, and everything development related. |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Squirt
Join Date: Mar 2008
Posts: 13
Reputation: 10
Donate |
how can i make a game?
i got that C# program but i just dont know how to start.. maybe some1 can tell me? and send me a game coded already, i could learn alot out of it thx Greetz. D.X |
|
|
|
| Remove Advertisements Sponsored Links | |
Advertisement |
|
|
|
#2 (permalink) |
|
Jr. Zuner
Join Date: May 2008
Posts: 33
Reputation: 10
Donate |
First of all, learn C#. You can't write in C# without knowing it. Then look at the XNA documentation on MSDN. Finally download a game and read through the source to get a gist of the logic and components needed.
I would recommend doing preliminary work before even attempting to make a game. Try making a certain image appear when you click a certain button. Try making a block move when you press a button. Just learn to do all the little things you take for granted in games before you try to make one.
__________________
ASP.NET in VB developer. Shoot me if you will. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Aspiring Zune developer. |
|
|
|
|
|
#3 (permalink) | |
|
Squirt
Join Date: Mar 2008
Posts: 13
Reputation: 10
Donate |
Quote:
|
|
|
|
|
|
|
#4 (permalink) |
|
caucASIAN, but not as cool as ASIANS
Moderator
Ultimate Zuner Join Date: Mar 2007
Posts: 6,702
Reputation: 303
Donate |
Pick up a book on it.
I may take a year until you're comfortable with it.
__________________
To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Dizzy - Founder of zB REDnecks. Master Chief of Hillbillies. |
|
|
|
|
|
#5 (permalink) |
|
Jr. Zuner
Join Date: May 2008
Posts: 33
Reputation: 10
Donate |
You can also browse the net and search for tutorials on it. If you know languages like Java, Javascript, Action Script or PHP then the C# syntax shouldn't be too difficult for you.
__________________
ASP.NET in VB developer. Shoot me if you will. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Aspiring Zune developer. |
|
|
|
|
|
#7 (permalink) |
|
Jr. Zuner
Join Date: May 2008
Posts: 33
Reputation: 10
Donate |
I've found that using the help tool isn't very helpful at all. I've had much better experiences browsing and searching on MSDN's documentation.
__________________
ASP.NET in VB developer. Shoot me if you will. To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Aspiring Zune developer. |
|
|
|
|
|
#8 (permalink) |
|
zB Programmer
Experienced Zuner Join Date: Nov 2007
Posts: 112
Reputation: 38
Donate |
I'm guessing from your post you don't have other programming experience? If not, it could get a little rough. That said, I would recommend trying to pick up a book on C# over the online tutorials, those tend to be difficult from someone new to programming. If you do have experience, C# is VERY similar to java, so just code like you would if it were java and notice the quirks
![]()
__________________
-Mark Check out my new game, "Squadron Z": To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. Check out my version of pong with multiplayer: To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. |
|
|
|
|
|
#9 (permalink) |
|
Squirt
Join Date: Mar 2008
Posts: 13
Reputation: 10
Donate |
well, i dont want to make games with hundreds of options..
but just simple games like controlling a ball trough a maze.. or like "bounce" dont know if you know it... but i searched the net and i dont find tutorials for making games :s |
|
|
|
|
|
#10 (permalink) |
|
Squirt
Join Date: May 2008
Posts: 12
Reputation: 24
Donate |
If you actually start digging into the code, even seemingly simple games are quite complicated. Something that may seem very trivial to someone playing the game, such as collisions and basic physics can actually be quite complex in the code. I have just recently started playing around with making games (but I have years of previous programming experience) and it really makes me admire the teams that build games like Call of Duty 4.
- ionman |
|
|
|
![]() |
| Thread Tools | |
|
|
| |