From 975a878eb6bb01bd476ddf1ed2bbb15f02f0d128 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 21 Apr 2022 13:38:48 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 749c3c7..2f82707 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,17 @@ The directory `back_end` holds a Rust project for the "back\_end" code. It holds the server-side code for the project. It is mainly used to handle "Networked Multiplayer" mode for the game. +The directory `specifications` holds defined specifications. It currently holds +the back-end specifications (database and protocol). + The directory `spreadsheets` hold LibreOffice Calc documents that are spreadsheets organizing the work. There is a document for User Stories, a document for the Product Backlogs, and there will be a document for each Sprint. The directory `retrospectives` holds the retrospectives of Sprints 3 and onward. +The directory `plans` contains the release plans. + The directory `pictures` holds pertinent images to the project. It includes the "Simple Model" of the project.