Hexagonal grid based games.

Advanced game related topics
User avatar
Mijikai
Addict
Addict
Posts: 1520
Joined: Sun Sep 11, 2016 2:17 pm

Hexagonal grid based games.

Post by Mijikai »

A few weeks ago i got interested in hexgrids for games :D
I started out by following the great tutorial provided by redblobgames.

Hexgrids are really cool especially for stategy or roleplaying games but also for others (ex. from the forum: Scrab by SPH)

Example Fallout: A Post Nuclear Role Playing Game
Image

About Hexagons (Youtube): Hexagons are the Bestagons 8)
Hexgrids need more love imho.

Image

Who has used hexgrids before?
What do you think about hexgrids?
threedslider
Enthusiast
Enthusiast
Posts: 396
Joined: Sat Feb 12, 2022 7:15 pm

Re: Hexagonal grid based games.

Post by threedslider »

Nice ! But I don't use the hexgrid thought, I love it what people can do it for game :mrgreen:

Me I prefer the 2D platform or cards games but it needs some skills to do it too :shock:

Do you want to make a game based on hexgrid ? Mijikai ?
User avatar
SPH
Enthusiast
Enthusiast
Posts: 570
Joined: Tue Jan 04, 2011 6:21 pm

Re: Hexagonal grid based games.

Post by SPH »

My game "Puzzle of Mystralia" is also based on "hexagonal" grids even if it is not visible at first glance.
Its PB code contains a summary that, instead of making X lines of code, only makes 50% of it

https://www.purebasic.fr/english/viewtopic.php?t=81167

!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
User avatar
Mijikai
Addict
Addict
Posts: 1520
Joined: Sun Sep 11, 2016 2:17 pm

Re: Hexagonal grid based games.

Post by Mijikai »

Thanks for the replies.
@threedslider i might give it a try.
@SPH nice game, it reminds me of Opus Magnum
threedslider
Enthusiast
Enthusiast
Posts: 396
Joined: Sat Feb 12, 2022 7:15 pm

Re: Hexagonal grid based games.

Post by threedslider »

Mijikai wrote: Tue Jan 21, 2025 10:47 pm @threedslider i might give it a try.
That I am looking forward to your game project :wink:
User avatar
minimy
Enthusiast
Enthusiast
Posts: 616
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Re: Hexagonal grid based games.

Post by minimy »

Thanks for share Mijikai! Very interesting links.
I remember old games with this method. Specially Redblobgames is very usefull.
If translation=Error: reply="Sorry, Im Spanish": Endif
tj1010
Enthusiast
Enthusiast
Posts: 716
Joined: Mon Feb 25, 2013 5:51 pm

Re: Hexagonal grid based games.

Post by tj1010 »

I had to look up how this was different from 45 degree isometric/rhombus game engines, and it's just tile shape and 30 degree angle.

A small gripe about 2D games on major game stores like Epic and Steam: Don't try to get away with minimal-mechanics and story, it's not a AAA 3D game where you can kind of get away with it.. I think Epic gets at least a dozen 2D games a month that are just void of immersion..
Joubarbe
Enthusiast
Enthusiast
Posts: 711
Joined: Wed Sep 18, 2013 11:54 am
Location: France

Re: Hexagonal grid based games.

Post by Joubarbe »

Yep, love hexagons, love wargames. Is your hex library test code open source by any chance?
User avatar
chikega
User
User
Posts: 40
Joined: Fri Dec 04, 2020 3:19 am

Re: Hexagonal grid based games.

Post by chikega »

Have you seen the Hex-based wargame tutorial by Pete Hollyer on YouTube? He's quite prolific! :)
Gary E Chike DMD MS
'Experience is what you get when you don't get what you want' Image
threedslider
Enthusiast
Enthusiast
Posts: 396
Joined: Sat Feb 12, 2022 7:15 pm

Re: Hexagonal grid based games.

Post by threedslider »

Mijikai is quite busy from now but I hope he keeps that well too from grid based game :D
Post Reply