Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 webbased terminal UI.

- **Built a REST API** that exposes game actions (`/start`, `/command`) and returns structured JSON responses for the browser client.

Expand Down
Loading