Combat KitchenCombat Kitchen is a web app for roleplaying game facilitators (GMs) who can spend hours preparing for the games they facilitate. The Combat Kitchen app streamlines and preparation process by allowing game masters to easily search through and sort a bank of in-game antagonists. Facilitators can thus quickly design a challenge that is “just right” for their players: not so easy that players get bored, not so hard that they get frustrated.
Click here to check it out! Design NotesThe app's front end uses Javascript at its core, with additional HTML, CSS, and the jQuery and Bootstrap frameworks. The back end is written in Python and Flask, with a PostgreSQL database populated through integration with a public RESTful API.
The app is deployed online using Heroku. The code is available at the Combat Kitchen GitHub repo. |