From 5b8b24a96b9e5c543ed581a0f19e977eda9c94b8 Mon Sep 17 00:00:00 2001 From: Joshua Lenander <52386328+JLenander@users.noreply.github.com> Date: Mon, 30 Oct 2023 20:14:10 -0400 Subject: [PATCH] Update README.md Add save/load serialization description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4c7618c3..8174d884 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Toronto. Implemented with the Clean Architecture and SOLID design principles. +Includes save/load capabilities with serialization/deserialization of the GameState object. + ## Build & Run Instructions: - Ensure you are using Java 11. We built and tested this with AdoptOpenJDK Version 11.0.9