Skip to content

Commit 8d206ca

Browse files
authored
Update README.md
1 parent c45d93c commit 8d206ca

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -54,32 +54,6 @@ cd GodotClient
5454

5555
<hr>
5656

57-
<h2>⚙️ Customization</h2>
58-
<ul>
59-
<li>🎨 <b>Themes & Fonts</b> – Use your own color palette or UI skin in the Theme resource</li>
60-
<li>🧮 <b>Protocol adapters</b> – Extend the <code>Connection</code> class for custom Telnet / WebSocket protocols</li>
61-
<li>⚔️ <b>Macros & Aliases</b> – Add local command automation or key bindings</li>
62-
<li>📜 <b>Logging / Transcript</b> – Implement chat logging for debugging or story replay</li>
63-
<li>🔔 <b>Audio / Visual Feedback</b> – Integrate sound cues or animations for events</li>
64-
</ul>
65-
66-
<hr>
67-
68-
<h2>🧾 Example Session</h2>
69-
70-
<pre><code>&gt; connect mud.example.com 4000
71-
[Connected successfully!]
72-
73-
&lt; The MUD server says: “Welcome, adventurer.” &gt;
74-
&gt; look
75-
You are in a small forest glade. Paths lead north and east.
76-
&gt; go north
77-
</code></pre>
78-
79-
<p>Text input is handled by <code>Input.gd</code>, output is processed via <code>TextProcessor.gd</code>, and displayed in a <code>RichTextLabel</code> with BBCode formatting.</p>
80-
81-
<hr>
82-
8357
<h2>🧰 Tech Stack</h2>
8458
<ul>
8559
<li><b>Engine:</b> Godot 4.x</li>

0 commit comments

Comments
 (0)