The logic tag has no wiki summary.
5
votes
2answers
526 views
Visual Programming tool for creating game quests
I've found a question for visual script editing software tool for creating game behavior logic, but I am looking for something more flexible. I would like to configure such visual script editing ...
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 ...
10
votes
5answers
1k views
Data Structures for Logic Games / Deduction Rules / Sufficient Set of Clues?
I've been cogitating about developing a logic game similar to Einstein's Puzzle , which would have different sets of clues for every new game replay.
What data structures would you use to handle the ...
3
votes
3answers
1k views
Writing Logic behind card games
I'm not a dev noob, but definitely never done anything in game dev. There is a trump based card game we play in town that I plan on coding. I'll be either using python/ajax/pyqt or c++/qt.
My ...
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. ...
11
votes
6answers
623 views
Domain-specific languages for scripting
As most of you know, embedded interpreters for languages like Lua and Python are widely used for scripting game logic, but I haven't seen much information on people going with domain-specific ...