Open Issues Need Help
View All on GitHubAI Summary: Document the C99 tiny-RPG game using Doxygen or a similar documentation generator. This involves adding comments to the codebase to explain functions, classes, and data structures, and then generating documentation from these comments.
A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.
AI Summary: Implement file I/O functionality in the `npc_manager.c` file of a small C-based RPG, likely involving loading and saving NPC data.
A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.
AI Summary: Create two text files, `hlist` and `plist`, containing compressed ASCII data representing hostile and passive NPCs respectively for a C99-based RPG. The data format is not specified, requiring design choices.
A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.