Combat KitchenCombat Kitchen is a web app for cooking up monster fights in the world's most well-known roleplaying game (RPG).
The primary audience for Combat Kitchen includes RPG Game Masters who are designing monster encounters. Several online tools exist to support gamers in this regard. My main inspiration here is Kobold Fight Club, though KFC lacks a convenient “monster viewer” (such as the pages found at Open5e). Click here to check it out! Design NotesThe app's front end uses Javascript at its core, with additional HTML, CSS, and Bootstrap for styling. The back end is written in Python, using the Flask web app framework and a PostgreSQL database.
The app is deployed online using Heroku. The code is available at the Combat Kitchen GitHub repo. |