| CONTENTS |
|---|
| About Cheron |
| Tekst |
Charon is a collection of game engines.
Tekst is an interactive text-based game engine.
- Cartridge system
Tekst uses a cartridge-based system where each game is packaged into a self-contained file, making it easy to distribute and play games without external dependencies. - Parser driven
Tekst uses a parser-driven, allowing for complex commands and interactions within the game world. - Console based
Tekst runs in a console window, providing a retro text-based gaming experience reminiscent of classic text adventures.
None.
Distributed under the Apache 2.0 License.
Copyright © 2026 A Pretty Cool Program
Last updated: 260621
- Correct the README link path/casing and update two ProjectInfo version strings to R26.6.0.0-development+211111.
Enhance CheronTextGame Program.cs comments: add XML detailing launcher steps, adjust header/comment text and a TODO phrasing for clarity. These changes improve documentation and bump build metadata.