···11+# stargones
22+33+> Stars! play-by-email game-server built on Agones
44+55+Stars! is a classic Windows 4X space game by the jeffs.
66+77+stargones is an operator for running stars play-by-email campaigns on Kubernetes, helping coordinate turn submissionsa
88+99+stargones ALSO is a atproto lexicon for Stars! racial and turn files, citing them on your
1010+1111+# files
1212+1313+Stars! games run off of a couple of tiles:
1414+1515+# specs
1616+1717+how do we run the game in a container?
1818+1919+how can we make a client that connects but doesn't even get video, just sends input macros to the game? pre-script actions/adjustments? eventually engineer turn files but in-game automation is key.
2020+2121+# stargones-totesahost
2222+2323+To play the stars game, we port the superb & divine [TotalHost](https://github.com/ricks03/TotalHost)'s game engine to rust, named `stargones-totesahost`.
2424+2525+# pie in the sky
2626+2727+## reverse engineer file formats
2828+2929+extract file formats
3030+3131+# references
3232+3333+- AutoHost hosting is gone (I presume) but starsfaq pbem ([2001](https://web.archive.org/web/20010305033400/http://www.starsfaq.com/pbem.htm)) does an excellent job of reviewing the various file artifacts essential to playing Stars!
3434+- TotalHost is amazing!!