Questions tagged [hexagonal-tiles]

Tessellating tiles for use as 2d-histogram bins, game boards, etc.

Hexagonal tiles are tessellating hexagons placed adjacently to each other.

The use of this tag is fairly broad, encompassing statistics, computer science and game design.

234 questions
0
votes
1 answer

Creating a 3-D hexagon map

I am trying to create a 3-D hex map. Where the hexagon's match up next and below. like this hex map A user would enter (x) rows , (X) Columns and it would create a map like that. I need 3d Due to i would like to be able to stack the hexagons at some…
Glen Morse
  • 2,437
  • 8
  • 51
  • 102
0
votes
1 answer

Android Laggy onDraw() on Hexboard

I have been developing a board game using hexagon boards in android, but when I move the board, the whole 'map' or dozens of entities starts to lag. I believe that it is the cause of using a for-loop, but I have no idea how to fix it. Im using the…
augst6
  • 73
  • 2
  • 5
0
votes
1 answer

Model placement of object on the edges of hexagons

I have a field of hexagons that are arragned gapless (like this: http://www.imec.be/ScientificReport/SR2007/html/afbeeldingen/SR030F1.jpg) One hexagon is represented by the class Hexagon. My problem is now that I want to "place" certain objects on…
Leo Selig
  • 1,062
  • 1
  • 16
  • 30
0
votes
1 answer

Cocos2d. Hexagonal map example

Are there any concrete examples of code using hexagonal maps with cocos2d? Except of drawing them manually, of course. I have found out that Tiled map editor (java version) allows to create these maps. But how to work with such map? I also don't…
Gargo
  • 704
  • 6
  • 16
-1
votes
1 answer

Position and snap hex pawns to a hexagonal grid

Good morning I have a project where I must code a game that looks like this: http://www.apppicker.com/apps/1055267582/1010-hex-fit--block-puzzle-mania-archanoid-pixduel-plus-saga-free-game? And I must code the game without classes ("class"),…
Tim Soph
  • 35
  • 6
-1
votes
1 answer

Hexagonal board data representation

I'll be honest right now and admit that this is for a school project. We're supposed to design a solver for a game (I won't go into details, that's not the purpose of my post) involving a hexagonal board, such as this one. My problem is this: I…
eggrollers
  • 37
  • 1
  • 2
  • 8
-2
votes
1 answer

How to create a hexagonal board consisting of hexagonal cells?

There is a game called hexxagon that I want to develop using html/css/js . It is a board game and the board looks like the board in the picture below. I have been trying for weeks but I couldn't manage to do. Now I only want create the board and the…
-2
votes
1 answer

Resposnive centred hexagon honeycombe layout in specific order

I'm trying to create some hexagonal blocks with content in a specific layout. I have four block starting with one block at the top followed by a row of two then finishing with a row of one as depicted in the image below. The problem I have had with…
Amesey
  • 822
  • 2
  • 16
  • 33
-8
votes
1 answer

Drawing Hexagons shapes using CSS only

I have found examples of how to draw triangles and circles using just CSS3 (with no Javascript), but I did not find any sample of how to draw hexagons. Is it possible? Any idea? Thanks a lot.
Interdruper
  • 221
  • 1
  • 4
1 2 3
15
16