From: Stephen Seo Date: Wed, 16 Mar 2022 03:27:22 +0000 (+0900) Subject: Update /README.md about the back-end X-Git-Tag: sprint_03_day_3~6 X-Git-Url: https://git.seodisparate.com/stephenseo/LD52?a=commitdiff_plain;h=e1180963f38b18c90dae3853bcb64eaa46538543;p=EN605.607.81.SP22_ASDM_Project Update /README.md about the back-end --- 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.