Top new questions this week:
|
I'm wondering - have any games been ever created that are:
peer-to-peer without one peer being designated as host
competitive (not cooperative, players play against one another)
provably fair (there …
|
I'm creating a RPG/RTS game in Unity. There are a lot of characters and potentially a lot of different environments. I'm fairly confident with the coding part (so this question isn't really tied to …
|
I examined several quite popular games to determine what perspective angle they are using. For the purpose I created a grid that is 45 and 60 degrees isometric viewed and put it onto a screenshot (of …
|
I'm interested in how strategic AI engines work, e.g. how to evaluate where to place troops in a turnbased strategy game etc.
I do get how goal based AI works, and I guess that is a good approach to …
|
So I'm trying to implement "smooth" terrain in my block engine by giving each surface block a heightmap.
Basically, what I do to generate these "heightmaps" for each block is I generate the heights …
|
Considering the image above with tiles split into 32x32 boxes, I have an entity which is marked to 'aggro' nearby players that come close to it. I'd like this monster to ideally chase the player (and …
|
This question may look immature, but it is all the english I could muster.
I have played many fps games, and noticed that the camera perspective is similar to the 'one eyed view' of the surroundings. …
|
Greatest hits from previous weeks:
|
I'm asking here so since you all have experience in or around game programming, that's what I want to do, and I’m trying to find as many options as I can before my senior year, which is next year. So …
|
If I decide to write a simple game both text and graphical (2d) what libraries would I use? (Assume we are using a HTML5 compatible browser)
The main things I can think of
Rendering text on screen
…
|
Can you answer these?
|
Given the equations found in the answer here:
Determine arc-length of a Catmull-Rom spline
How would one A) Apply this to a 3D Catmull-Rom Spline, and B) write A out programmatically (for the math …
|
You all know whips.
I want to create a whipping animation. But not just a simple one. My whip is a collapsed folding rule. So I motion captured me doing the whipping movement and imported that into …
|
Based on my question about location-based games without data plan, I'm curious to know if there are any reliable statistics of any sort about smartphone users with and without data plan. (For those …
|