From 5faa4cde3568584c38b8cb84fb8521a3a2a5afb7 Mon Sep 17 00:00:00 2001 From: erns6604 Date: Mon, 13 Oct 2025 20:13:38 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ae4cc78..3e0431b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,4 @@ # rwrg -Random world, real game? is an exercise in TDD and is created for an assignment in the course Introduction to testing. - "Random world, real game?" (RWRG) is the core for a basic tilebased roguelike. It features a random world generation, a class system, damage types, enemies and other essential mechanics. @@ -14,7 +12,7 @@ When implementing the features of the game we will apply the TDD-technique. 2. Make the test pass 3. Refactor -## Features of RWRD +## Features RWRD implements common elements from roguelikes, and games in general. ### The player -- 2.39.5