You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
MakeRPG is intended to be a system that allows anyone who can edit plain text YAML files to make automatic characters from game systems.
4
4
5
-
# [The Code is on GitHub](https://github.com/ericearlpdx/MakeRPG)
5
+
To see example outputs download the Character Index, Character Sheet, and NPC Sheet from the code repository's `Examples/cyberpunk_2020/` folder on GitHub.
6
+
7
+
# [The Code Repository is on GitHub](https://github.com/ericearlpdx/MakeRPG)
6
8
7
9
The actual code is open-sourced on GitHub. It is written by `ericearlpdx` in Python 3.7 using Django 2.1. The CharacterCreator app's random name generator list of names was built using U.S. Census data. Please file bugs and feature requests using the [MakeRPG GitHub issues page](https://github.com/ericearlpdx/MakeRPG/issues).
0 commit comments