From 8b4c25a5c3e9d0d3d0cd516875aa61ef87691f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20L=C3=B3pez=20Mareque?= Date: Sat, 9 Sep 2023 22:25:01 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93abf01..9fc5e12 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Repository with solutions to several katas: ## Hard - [X] [Permutations](https://www.codewars.com/kata/5254ca2719453dcc0b00027d) - [X] [Calculating with Functions](https://www.codewars.com/kata/525f3eda17c7cd9f9e000b39) +- [ ] [RPG Combat](https://github.com/ardalis/kata-catalog/blob/main/katas/RPG%20Combat.md) ## Codely - [X] [Tiered pricing](https://github.com/CodelyTV/refactoring-code-smells/tree/master/exercises/tiered_pricing)