The tag has no wiki summary.

learn more… | top users | synonyms (2)

13
votes
2answers
461 views

Partially observable game map — is A* appropriate?

I know very little about game development and I'm trying to wrap my head around pathfinding algorithms. Consider this setup: an agent is on a 2D map and must find the shortest path to a globally know ...
1
vote
2answers
107 views

A* path finding for road network - data structure to represent directivity

I have been reading A* path finding to apply on a road like network structure. Most of the code I saw is about A* on tile based maps. There is a short description at Amit's page here about what I am ...
-2
votes
1answer
73 views

Creating a simple 3D view of a galaxy [closed]

What would be the easiest and most maintainable way to create (or use an already existing technology) a sort of Google Maps in 3D for a galaxy? Its not the main focus of my game, but I would like it ...
-3
votes
0answers
48 views

On average, how many scenery objects on an average-sized map [closed]

I know it's a stupid question, but I couldn't find the answer on Google or here. Ideally, I'm looking at best-case-scenario, common-scenario and worst-case-scenario statistics. This is excluding the ...
-6
votes
0answers
60 views

how large (in feet and inches) is a typical 2d platformer level? [closed]

I realize that game assets don't necessarily exist as giant .png's, and that pixels are not entirely standardized, and that a level would need to be chopped up, but I would like to have some idea as ...
3
votes
0answers
101 views

Legality, implementation, and viability of using the BSP map format in a procedurally generated XNA game?

First off, this is not a "which technology should I use" type of question, but rather a question about the viability (And legality, and how to implement) BSP maps into an XNA game. The legality part ...
-5
votes
0answers
69 views

Render map - BEST WAY TO RENDER MAP [closed]

Is there a way to render 2D maps (eg, such as in *.Tmx) where each unit will have its use, durability, animations and other functions that are assigned to that block? The block is it one field in map ...
2
votes
0answers
59 views

Getting UV maps from UDK?

I have created a map using UDK and I am exporting it as a .fbx for use within an XNA project. My question is, can I generate a UV map for texturing the map or is there an easier way to texture a map ...
-1
votes
2answers
152 views

Lwjgl Random 2D Map Generation [closed]

First time poster here. I am somewhat (as in mid - low, closer to mid) experienced with Java but I seem to be having some trouble. I'm using the lwjgl library to make a "2D Minecraft-esque" game. ...
8
votes
2answers
414 views

Random Zelda-style map generation

Im trying to randomly generate a map of rooms connected by doors, and I've succeeded in generating one using this code: public void generate(GameContainer gc) { rooms = new ...
0
votes
3answers
245 views

How to make 2d map that isnt based on tiles

I am working on a game, and need to make a 2d map that isnt based on tiles. An example of something similar to what I want is all those racing games like "bike race" where the map is just somewhat a ...
1
vote
1answer
102 views

Path-finding with obstacles that can be destroyed

There are several buildings on the map with size n * n, and a lot of tiles of obstacles that can be destroyed. Suppose I put one soldier on (x,y) of the map, the soldier can reach a building by ...
2
votes
1answer
128 views

Creating and connecting rooms for a roguelike

I'm creating a Roguelike and I'm having constant troubles with map generation, it's just something I have a lot of difficulty wrapping my head around. I currently have my map as a 50x50 square of ...
-1
votes
1answer
156 views

Should I load a game map as a tile map or as an image map? [closed]

Which is better for game prototyping of a game map: a tile map or an image map? What are their respective pros and cons? Should I, in other words: Load the map as a png and set collision points ...
-1
votes
2answers
359 views

How to make a map [closed]

For school my group and I are going to make a 2d turn based strategy game on android. We are trying to make a simple version of Advanced Wars(screenshot1 Gameplay). But we don't really know how to ...

1 2 3 4 5 12
15 30 50 per page