From c31a2377714e19e47363edda4a77d61a565dcee9 Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Fri, 27 May 2022 02:43:57 -0700 Subject: [PATCH] directory content descriptions and guidance --- .../src/MV3500Cohort2022MayJune/README.md | 6 ++--- .../projects/README.md | 25 +++++++++++++++++++ 2 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 assignments/src/MV3500Cohort2022MayJune/projects/README.md diff --git a/assignments/src/MV3500Cohort2022MayJune/README.md b/assignments/src/MV3500Cohort2022MayJune/README.md index 5bfc1c671e..06555b5e1d 100644 --- a/assignments/src/MV3500Cohort2022MayJune/README.md +++ b/assignments/src/MV3500Cohort2022MayJune/README.md @@ -1,10 +1,8 @@ ## Student assignments: homework submission directories * [Homework 1 README](homework1/README.md) Netbeans, Wireshark, Telnet -* [Homework 2 README](homework2/README.md) Client=Server Socket Connectons -* [Homework 3 README](homework3/README.md) Example Simulation Program -* [Homework 4 README](homework4/README.md) DIS Protocol Assesment -* [Projects README](projects/README.md) Freeplay Opportunities +* [Homework 2 README](homework2/README.md) Example Simulation Program +* [Projects README](projects/README.md) Simkit OpenDIS Experimentation Please see the [README.md](../../../README.md) in the parent [assignments](../../../../assignments) directory for detailed instructions. diff --git a/assignments/src/MV3500Cohort2022MayJune/projects/README.md b/assignments/src/MV3500Cohort2022MayJune/projects/README.md new file mode 100644 index 0000000000..2d2f7cbbcf --- /dev/null +++ b/assignments/src/MV3500Cohort2022MayJune/projects/README.md @@ -0,0 +1,25 @@ +## Final Projects Summary + +Multiple outstanding projects across a range of theory and practice were delivered by each course cohort in previous years. + +* Programming projects offer positive benefit to applied research and future course work. +* Point-paper projects provided positive benefit to NPS...Next strategic transformation efforts. + +In 2022 we are striving to maintain this forward momentum even amidst split-course scheduling challenges. + +## Final Course Project Assignments 2022MayJuly + +If appropriate, create a dedicated subdirectory for each individual or team project. + +* Example: `SmithJones` + +See the [course syllabus](../../../../MV3500NetworkedGraphicsSyllabus2022MayJune.pdf) for details on how to document your project. + +Typical final project deliverables: +* `README.MyProject.md` providing a basic description of goals, running the project, files, etc. +* Source code, screen shots, console text log, and any other assets +* Simple flowchart, simple event sequence diagram +* DIS packet capture (text or XML, plus Wireshark pcap) +* Powerpoint presentation, video capture of class section in Teams + +These deliverables have excellent value going forward, hopefully benefiting your thesis efforts as well. Questions welcome, keep going! -- GitLab