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