A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.

3 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub
Proper Docs 2 months ago

AI 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.

Complexity: 3/5
documentation good first issue

A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.

C

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.

Complexity: 4/5
enhancement good first issue

A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.

C

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.

Complexity: 2/5
enhancement good first issue

A fun little turn-based RPG written almost entirely in C99 with as few deps as possible.

C