Added some more documentation

- Details on structure and d20 system
- Updated Github Actions for Ubuntu
- Fixed typo in README
This commit is contained in:
Tony Bark 2024-05-13 17:53:05 -04:00
parent 6f6cb68d31
commit 4d39e7636a
5 changed files with 60 additions and 24 deletions

8
docs/structure.md Normal file
View file

@ -0,0 +1,8 @@
# Project Structure
Work in progress.
- **/src** Client written in Zig.
- **/library** C code used by the client.
- **/resources** Assets used by the game.
- **/server** C# code from FreeSO.