diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-10-08 19:39:21 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-10-08 19:39:21 -0400 |
| commit | 892f6f62d79f173b258e8ca0f98d80157d1b8cb9 (patch) | |
| tree | 6e20823492ed816a8347656adfcd0aba09be6de7 /docs/Proposal.md | |
| parent | further improve const fns for Pos (diff) | |
| download | DungeonCrawl-892f6f62d79f173b258e8ca0f98d80157d1b8cb9.tar.gz DungeonCrawl-892f6f62d79f173b258e8ca0f98d80157d1b8cb9.tar.bz2 DungeonCrawl-892f6f62d79f173b258e8ca0f98d80157d1b8cb9.zip | |
Rebase changes into docs and README
Diffstat (limited to 'docs/Proposal.md')
| -rw-r--r-- | docs/Proposal.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/Proposal.md b/docs/Proposal.md index d6cec75..aea91cd 100644 --- a/docs/Proposal.md +++ b/docs/Proposal.md @@ -2,9 +2,10 @@ Team members: -- Name1 -- Name2 -- Name3 +- Freya Murphy <freya@freyacat.org> +- Audrey Fuller <alf9310@rit.edu> +- Yusif Elsharawy <yse2561@rit.edu> +- Ryan Symons <ras1178@rit.edu> ## Summary Description @@ -19,9 +20,9 @@ A summary description of the overall goal of the project. modules). - Thoughts on testing. These might include critical functions or data structures that will be given `#[test]` functions. Also consider using the - [`insta`](https://crates.io/crates/insta) crate, - [`mockall`](https://crates.io/crates/mockall) crate, - [`proptest`](https://crates.io/crates/proptest) crate, + [`insta`](https://crates.io/crates/insta) crate, + [`mockall`](https://crates.io/crates/mockall) crate, + [`proptest`](https://crates.io/crates/proptest) crate, [`quickcheck`](https://crates.io/crates/quickcheck) crate, [`test_case`](https://crates.io/crates/test-case) crate, or [`cargo fuzz`](https://rust-fuzz.github.io/book/cargo-fuzz.html) tool. @@ -56,7 +57,7 @@ The following should be deleted from the proposal document, but is included in t - An “easy” project that required trivial data structures and algorithms. Feedback about how to extend the project was ignored. (Projects falling into this category are likely to lose points in Style/Design as well.) - A “moderate” project that applied basic course concepts, but did not require the group members to significantly challenge themselves or to learn something new. - A “challenging” project that demonstrates significant thought in design and implementation. Clear that the group members challenged themselves and learned something new by undertaking the project. - - What work was done for the project? (This includes both the work embodied by the final submission and work not obvious from the final submission (e.g., approaches attempted but then abandoned, suitably described).) + - What work was done for the project? (This includes both the work embodied by the final submission and work not obvious from the final submission (e.g., approaches attempted but then abandoned, suitably described).) - Did the project require learning advanced features? - Did all team members contribute to the project? - Presentation (10\%) |