From e1180963f38b18c90dae3853bcb64eaa46538543 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 16 Mar 2022 12:27:22 +0900 Subject: [PATCH] Update /README.md about the back-end --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1cd1a8e..67c59ab 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ other words, it holds the client-side code for the project. The MVP (Minimum Viable Product) started with just the front\_end, and if all the goals are met, then the "front\_end" may connect to a "back\_end" for networked gameplay. +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 `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.