From 7cf313dbe91ac2038cd80aae8533f9b80e884476 Mon Sep 17 00:00:00 2001 From: Brian Tripp Date: Wed, 13 May 2026 08:47:18 -0500 Subject: [PATCH] chore(README): specify that the web-based terminal is fully custom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acfb5cc..e08a7d1 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Hint: Directions are north, south, east, or west - **Implemented a command‑parsing system** that maps user input to executable game actions, making it easy to add new commands without modifying existing logic. -- **Separated engine logic from the UI layer**, enabling the same Java backend to power both the CLI version and the web-based terminal. +- **Separated engine logic from the UI layer**, enabling the same Java backend to power both the CLI version and the fully custom web‑based terminal UI. - **Built a REST API** that exposes game actions (`/start`, `/command`) and returns structured JSON responses for the browser client.