audinowho / audinowho/RogueElements

Add ToString Methods to RoomGens

Open
#6 0 comments 0 reactions 0 assignees View on GitHub
good first issue
Dominant language
C#
Stars
63
Forks
9
PR merge metrics
No merged PRs in 30d

Description

All non-abstract classes that implement `RoomGen` must override `ToString()` in a way that summarizes their members.

Ex. A `RoomGenSquare` with Width 8 and Height 5 would be `RoomGenSquare [8]x[5]`

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate every non-abstract class implementing RoomGen and inspect its members to determine the summary each ToString() should provide. Use the RoomGenSquare example as the expected format, then verify that each implementation includes its relevant member values and that all applicable classes are covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
game-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.