# 1INT DS:PoF 1INT is a TTRPG tool designed to provide the automatic calculation of the result of actions and effects based on character stats and a user-supplied dice roll. This is designed to provided a simillar functionality that tools like Roll20 provide, but with a user-supplied dice roll so we can all use our not-at-all-weird collections of statistical pet-rocks. This version of 1INT is for Dark Souls: Phases of Fire. To build: Checkout the source code and in the same directory run the following build command: ```gcc $(pkg-config --cflags gtk4) -o ds_pof ds_pof.c $(pkg-config --libs gtk4)``` **Note**: GTK4 and its pre-requisits are required. To Run: ```./ds_pof```