Wargame: LaTeX package to prepare hex'n'counter wargames
11–20 of 28 posts
Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#12Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#13This is cool! I was just pondering some leisure coding on a hex-based game, and the manual for this package gives some good detail on the underlying mathematics for such a coordinate system.
Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#14Brings back fond memories of fiddling with TikZ for hours instead of writing my dissertation
Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#15TikZ is wonderful , and any graphics prepared with it just have an edge of professionalism that raster graphics don't. I really just wish we had a WYSIWYG interface for it, à la Illustrator or Inkscape (yes, the latter can export to TikZ, but I would like a vector graphics editor specifically to work with the TikZ model).
tikzedt.org/
Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#16This is cool! I was just pondering some leisure coding on a hex-based game, and the manual for this package gives some good detail on the underlying mathematics for such a coordinate system.
See the hex grid reference stuff here: https://www.redblobgames.com/ for basically everything you ever wanted to know about hex grids.
Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#17Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#18Remember first time I tried to generate some hex map for wargames using a computer and realized that no one had printers bigger than A4, they were monochrome and so on... and how hard it was to generate one using just pencil and ruler.
Oh I did that when I was ... young :-)
My aunt worked in the printing industry and we regularly got the big leftover paper rolls from her. I am talking about one meter by tens of meters. When I learned about wargaming I immediately drew a huge 2x2m hexmap by constructing the hexes from equally spaced triangles.
Sadly that was before digital photography ... I would love to see that old map again.
Re: Wargame: LaTeX package to prepare hex'n'counter wargames
#19On a related note, does anyone know of a Javascript/Typescript library (or framework) for doing hex-based wargaming on the web platform? Something that draws the maps, allows the user to give orders and move the units around, and resolves combat etc?