-1
votes
1answer
187 views

I want to start making 2D Games with C++ or #C [closed]

I know C++ pretty well, I think - polymorphism, vectors, templates, and more. I also know C#. I want to program a 2D game, but not like those programs where you click a button or two, and you ...
2
votes
1answer
2k views

Should I use XNA or Unity to build a video game? [closed]

My friend and I are planning to make a video game (like Slender) where the character is stuck in a building, when lightning strikes, and the lights go out and your objective is to find the back-up ...
-4
votes
1answer
702 views

2D top down game - XNA or Unity? [closed]

Hey I want to develop a top down 2D game, probably with Sprites (although 3D models with a fixed camera is an option too). I know it's not a very specific question - but generally speaking which is ...
0
votes
1answer
133 views

Need Game Development Start for a Java Enterprise Coder [closed]

I would guess that game development is right on the opposite end of enterprise coding... with which I'm really comfortable with. I've developed a few stupid little games with Flex such as Tetris, ...
3
votes
5answers
725 views

C#/XNA multiplayer TCG game inside a browser possibe?

I wish to try and create a TCG using C#/XNA that would run inside a web browser. Some of the main game's features would be: At least 2.5D to imitate the card flipping/shuffling and etc. effects ...
11
votes
1answer
324 views

Dynamic model interactions

I am just curious as to how in many games (namely games like arkham asylum/city, manhunt, hitman) do they make it so that your character can "grab" a character in front of you and do stuff to them. I ...
2
votes
2answers
650 views

How to create a mini-game?

I am wondering how to creat a mini-game like "Diner Dash" or like "Big Fish Games". I want my game to be 2d, but it looks like 3d: see this image. ...