From 03e24a63500f079a919f49721f2b18d5df2802f7 Mon Sep 17 00:00:00 2001 From: Neoh Tian Pok <71926348+liang799@users.noreply.github.com> Date: Sun, 19 Apr 2026 12:21:00 +0800 Subject: [PATCH] chore: added 'About' section to README Added an 'About' section to provide context for the project. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40a0306..6ef2d86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # SC2002 Turn-Based Combat Arena +CleanShot 2026-04-19 at 12 20 13@2x +## About This repository contains a Java turn-based combat game built for the SC2002 assignment. The production code now includes both CLI and 2D Swing GUI front ends, with the battle domain, actions, engine, reporting, and UI boundaries kept separate so the system is easier to explain, test, and extend. ## Current Scope