Tagged Questions
-1
votes
1answer
185 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
2answers
384 views
C++ game programming [closed]
Until now I have been using C# with XNA for 2d and a little bit of 3d games, althought I dont remember that I finished any of them I want to start working with C++. I have a very very little exprience ...
0
votes
1answer
264 views
Creating movement path displays in a top-down 2d RTS
My game is a top-down 2d RTS coded in C# using SFML's libraries. I want that during unit selection, a unit will display it's movement path on the map. Currently, after the path is computed as a list ...