3
votes
9answers
848 views

How do I create a game that runs on Windows, iOS and Android?

I use C++ to create windows games and now I want to step into another other OS like Android or iOS. I'm totally familiar with C++ so I tried to create app for iOS using objective C it was working ...
2
votes
5answers
1k views

How can I make my score-based game addictive

Hey Guys , I need some ideas to make the USER interest in the game result. Other Wise he plays again to get high score . My game is a calculation game measure the speed of calculation of the user ...
5
votes
2answers
217 views

How to “repeat” a sprite in the gameworld in a random fashion?

I have a platform flash game which includes a level with just two backgrounds which are flipped side by side so that a looping background effect is created. In this I have to include Obstacles. ...
2
votes
2answers
617 views

How to draw a charts by flash cs5

Hey all , I want to make something more interesting in my game some thing like a charts Analysis for a flash game. When THE PLAYER FINISH THE GAME . The score appears in charts . I want to integrate ...