Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.6 KB

TODO.md

File metadata and controls

54 lines (39 loc) · 1.6 KB

TODO

This project has three parts,

  • CHARGEN - for character (and their possible ship) generation
  • WORLDGEN - for subsector and world generation
  • NAMEGEN - for generating names using Markov chains, https://github.com/kari/markov-namegen

Possibly there's a need for SHIPGEN as well.

Common TODOs

  • Control logging
  • migrate from Parcel to Vite?

CHARGEN

References

Todo

  • Personal history
    • random charts for lore, look at throw / roll difference
    • random stuff in TAS Form 2?
  • Dice icon to re-roll certain aspects (name, etc.)
  • Go through character generation in the book to find missing details
  • Option to specify what to look for in generation
    • async function
    • timeout
  • fix checkboxes, https://www.htmhell.dev/adventcalendar/2023/2/

WORLDGEN

References

Todo

  • Create communication routes
  • Select subsector capital world
  • Look into Book 7 for trade codes?
    • Also look at the thread for some clarifications
  • Generate possible ships to encounter when entering system?
  • Spin out to its own project?