Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hexmap

ASCII 2d6 RPG hexagon star map generator By Omer Golan-Joel, golan2072@gmail.com This code is Open Source.

Version History:

v0.7 - February 19th, 2021

  • Command line interface added, format: python hexmap.py [input file] [output file] where "input file" is the JSON file to be processed into a hexmap and "output file" is the output txt file. Please include extewnions in filenames.

v0.6 - February 17th, 2021

  • Function added to read JSON files produced by my WorldGen script with Cepheus Light world data and generate a map accordingly. File loading interface not implemented yet, so this uses a placeholder file.

v0.5 - February 16th, 2021

  • Now including 7-letter world names.

v0.4 - February 16th, 2021

  • The starmap is now a string produced by a function, for increased versatility.

v0.3 - February 16th, 2021

  • Major bug fixes. All columns work as intended.

v0.2.1 - February 16th, 2021

  • Further bug fixes. Odd columns work as intended. Even columns are bugged.

v0.2 - February 16th, 2021

  • More complete code with larger hexagons and numerous bug fixes. Still requires thorough debugging.

v0.1 - February 15th, 2021

  • Initial code upload. Very partial code, very buggy. Uses placeholder data rather than procedurally generated/JSON/SEC data.

About

ASCII hexagon mapper

Resources

Stars

9 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages