17
votes
14answers
819 views
Recommendations needed for good AI references
I've been asked to help out on an XNA project with the AI. I'm not totally new to the concepts (pathfinding, flocking, etc.) but this would be the first "real" code. I'd be very thankful for any …
14
votes
7answers
583 views
XNA: Which single book should a beginner start with?
I have tried searching for a similar post on SO, but apparently only found posts that suggest following online tutorials, and I'm ok with that.
But I'm big on reading, and prefer having a book in my …
13
votes
11answers
887 views
Best way to get started in XNA
As many programmers I got into computers because of games. Now I am getting older and I just want to write games on the side.
I have a lot of experience in C#, and understand the language.
What …
12
votes
14answers
2k views
What Should Be in a 2D Game Engine?
Ok, so I ended up writing my own game engine based on top of XNA, and I am just wondering what else I need to make a complete engine.
This is what's in the engine:
Physics (Farseer Physics)
…
12
votes
13answers
2k views
Viability of C#/.NET as the new standard game dev platform?
For a long time now C++ has been the dominate game development language. Many AAA quality 3D engines are available to fit any budget.
My question is, with the rise of XNA, has C# and the .NET …
12
votes
25answers
2k views
Suggested gaming platform to learn - Direct X (C++), Open GL or XNA
My nephew is an aspiring game developer. I have taught him a bit of C/C++, and suggested he learn that for a start.
Once he has come to grips with that, which game/graphics API's do people suggest he …
11
votes
7answers
1k views
How to calculate bounce angle?
I played around with it for a while, but i simply cant figure it out.
I made a tank that fires missiles, and when the missiles hit the walls, i want them to bounce off, but i want them to bounce off …
10
votes
9answers
578 views
Personal Project Planning
I want to design a 2D game idea with C#/XNA. Between school, project inexperience, limited resources, and other things that may cause me to bail on the project I am going to try to plan it out before …
9
votes
7answers
500 views
Want to learn to write 2d games
Hey stackoverflow Community!
I learned the basics of C# (i can write some Form-Applications) and now I want to learn how to write 2d games. I don't know where to start.
Is there a engine that's good …
9
votes
8answers
290 views
Xbox programming
HiHi I am 12 years old learning the language c. After c I will probably move onto objective c and develop some iPhone applications. Then I was thinking about learning c# and xna.
How long do you …
9
votes
4answers
3k views
How well does WPF blend with XNA in real life?
I understand that there are several ways to blend XNA and WPF within the same application. I find it enticing to use WPF for all GUI and HUD stuff in my XNA games. Does anyone have any practical …
8
votes
7answers
427 views
Fast sub-pixel laser dot detection
I am using XNA to build a project where I can draw "graffiti" on my wall using an LCD projector and a monochrome camera that is filtered to see only hand held laser dot pointers. I want to use any …
8
votes
6answers
718 views
XNA, direct X , OpenGL
Hi, I have been wanting to give game programming ago for a long while and never got round to it, and i have finally decided to give it ago. I have decided to try and create a simple to 2D platform …
8
votes
12answers
901 views
Designing Game Objects
I recently started working on a small game for my own amusement, using Microsoft XNA and C#. My question is in regards to designing a game object and the objects that inherit it. I'm going to define a …
8
votes
9answers
472 views
Is there an equivalent to the XNA framework for consoles other than XBox360?
It's gotta be free. It's hobby, after all, not a business!. Creating for-profit software isn't an issue, but anything that requires a hardware mod is out.
