Update README.md #1

Merged
erns6604 merged 1 commits from erns6604-patch-1 into main 2025-10-13 20:13:50 +02:00

View File

@ -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