From 2f94989a6458d59f6fafeb31701ba1f93fedfa09 Mon Sep 17 00:00:00 2001 From: Ben Pollard <129943363+benpollarduk@users.noreply.github.com> Date: Sat, 9 Dec 2023 11:39:07 +0000 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8a3aa4e..647b1fa 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![main-ci](https://github.com/benpollarduk/ktaf/actions/workflows/main-ci.yml/badge.svg?branch=main)](https://github.com/benpollarduk/ktaf/actions/workflows/main-ci.yml) +[![GitHub release](https://img.shields.io/github/release/benpollarduk/ktaf.svg)](https://github.com/benpollarduk/ktaf/releases) +[![License](https://img.shields.io/github/license/benpollarduk/ktaf.svg)](https://opensource.org/licenses/MIT) +[![Documentation Status](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://benpollarduk.github.io/ktaf-docs/) + # Introduction An implementation of the BP.AdventureFramework - a framework for building text based adventures - in Kotlin. Ktaf aims to provide all of the basic building blocks required to start writing simple games.