From 193d14549d0337394c5626f8288248498aa5bd63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20List=C3=ADk?= Date: Tue, 2 Jan 2024 20:53:55 +0100 Subject: [PATCH] Add clients and other parts of the code to the readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 66aa865..bc64b78 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ # dungeons-and-trolls [![Go](https://github.com/gdg-garage/dungeons-and-trolls/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/gdg-garage/dungeons-and-trolls/actions/workflows/go.yml) -RPG game for AI bot developement +Cooperative RPG game for AI bot development. ### API [Swagger UI](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/gdg-garage/dungeons-and-trolls/master/api/dungeonsandtrolls.swagger.json) + +## Generator +https://github.com/gdg-garage/dungeons-and-trolls-generator + +## Monster AI +https://github.com/gdg-garage/dungeons-and-trolls-monsters-ai + +## Clients +* Py - https://github.com/gdg-garage/dungeons-and-trolls-example-python-bot +* Go - https://github.com/gdg-garage/dungeons-and-trolls-example-go-bot +* JS - https://github.com/gdg-garage/dungeons-and-trolls-example-js-bot