Sigil of Uchma is a work-in-progress tabletop role playing game. The game is currently in alpha stage and actively in development.
You can start reading the rules from this website. If you want to read the in-development version instead, check out the test website.
You can send feedback from this form: https://forms.gle/7NwTYqGUWpBfBWNg8.
This repository is for keeping track of changes to the game rules between versions. It may or may not be up to date. Playable books will be posted in the releases page after they are made publicly available.
Feel free to submit a pull request, but you must read the introduction and VERSIONING.md. You can contribute to most of the places labeled with "#TODO". I use Obsidian to edit of these notes, so this project uses Obsidian Flavored Markdown except for this README.md file.
To contribute, you can simply fork this repository, then clone your fork into Obsidian or any equivalent software:
cd /path/to/obsidian/vault
git clone your-forkThen you can create a git branch, make your changes, and create a commit:
git checkout -b your-feature-name
# make your changes here
git add -A
git commit -m "useful commit mesage"
git pushAlternatively, you can go to your fork repository and press "." (dot). This opens your repository in a text editor, and you can commit directly from there.
Lastly, you can send a pull request to my repository through GitHub.
├── Character - Branches
├── Character - Paths
├── Content
├── docs
├── Equipment
├── Items
├── Monsters
├── INTRODUCTION.md -> Starting point
├── LICENCE.md
└── README.md -> You are here
This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. See LICENCE.md for full text of the licence.
Sigil of Uchma consists of assets in the form of gameplay rules, art, music, books, e-books and more. Assets may or may not be in this repository. Unless explicitly told, all assets share this licence.
In the future, I will have a separate licence for commercial usage.