Skip to content

Commit

Permalink
Add CI badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauha committed Jan 24, 2024
1 parent ca6a968 commit 12dd0fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RPG NPC Generator

![CI](https://github.com/jrauha/rpg-npc-generator/workflows/CI/badge.svg?branch=main)

The RPG NPC Generator is a web application for generating [non-player characters (NPCs)](https://en.wikipedia.org/wiki/Non-player_character) for tabletop role-playing games. The current logic of the app is based on the [Pathfinder 2e](https://en.wikipedia.org/wiki/Pathfinder_Roleplaying_Game) ruleset.

This is a project developed for University of Helsinki [databases & web programming course](https://hy-tsoha.github.io/materiaali/). The main goal of the project was to create a character creator tool without relying on heavy client-side UI frameworks. Instead, the focus was on keeping the technology stack minimal and exploring the capabilities of large language model APIs, such as the ChatGPT API, while leveraging database concepts.
Expand Down

0 comments on commit 12dd0fb

Please sign in to comment.