Tagged Questions
7
votes
1answer
698 views
Scrolling a WriteableBitmap
I need to simulate my background scrolling but I want to avoid moving my actual image control. Instead, I'd like to use a WriteableBitmap and use a blitting method. What would be the way to simulate ...
6
votes
5answers
1k views
How to create games with scrolling?
In games like city story or we farm how do they implement scrolling?
To do scrolling using UIScrollView the EAGLView size has to be bigger. In those games EAGLView size look like more than ...
3
votes
1answer
670 views
Stuck on development of turn-based-strategy game
I am developing a turn based political/military strategy game similar to the DOS game Conflict. I have my game design document completed, but I'm having trouble actually putting together the logic of ...
0
votes
2answers
520 views
Game Logic - Tree Based Game Design
I'm trying to write an easy to use and extremely modifiable game engine in C++. I was thinking about using a tree to store game data. All objects would inherit a from the Node class and would have ...