Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnsnook/rpg-go
A D&D library in C# based on the SRD 5.1
https://github.com/johnsnook/rpg-go
Last synced: about 2 months ago
JSON representation
A D&D library in C# based on the SRD 5.1
- Host: GitHub
- URL: https://github.com/johnsnook/rpg-go
- Owner: johnsnook
- Created: 2016-08-16T17:56:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-06T17:41:54.000Z (over 8 years ago)
- Last Synced: 2023-09-25T01:46:50.271Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 120 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPG-Go
This is the test framework for a Mobile D&D project. Let's all hope I don't get bored or frustrated.Currently I'm developing the underlying classes for character creation. Next up is developing a flexible "effects" system that allows for the myriad of race, class, spell, item (etc) effects.
This Visual Studio Community solution includes two projects.
## RPG_Go
This is the main repository for the library itself. The project type is class library and the compatibility is set to .Net 3.5., so welcome to 2008. This project will be copied into the Assets folder of any unity project I use it with. There's probably some gitful way to do this automatically but I don't know it.## Constantine
is the console test environment.