8000 GitHub - hillcjames/RollTables: Basic DnD roll table program. Includes GUI and collection of tables, written loosely for DnD 5e.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hillcjames/RollTables

Repository files navigation

RollTables

Basic DnD roll table program. Includes GUI and collection of tables, written loosely for DnD 5e.

Compilation:

Windows:

RandPicker.exe compiled via mingw:
g++ RandPicker.cpp -o pickRandom.exe -static-libgcc -static-libstdc++

linux:

g++ RandPicker.cpp -o pickRandom 

Run the main program via:

linux:

python3 RollTableGUI.py

windows:

python RollTableGUI.py

About

Basic DnD roll table program. Includes GUI and collection of tables, written loosely for DnD 5e.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0