From 3c7f41692d758d77009b5f8ad088788e5326cd1b Mon Sep 17 00:00:00 2001 From: Aarav rawal <> Date: Mon, 15 Apr 2024 22:54:00 +0800 Subject: [PATCH] add ppp --- docs/team/aaravrawal.md | 28 ++++++++++++++++++++++++++++ tp | 1 + 2 files changed, 29 insertions(+) create mode 100644 docs/team/aaravrawal.md create mode 160000 tp diff --git a/docs/team/aaravrawal.md b/docs/team/aaravrawal.md new file mode 100644 index 0000000000..35303cb0dc --- /dev/null +++ b/docs/team/aaravrawal.md @@ -0,0 +1,28 @@ +# Aarav Rawal - Project Portfolio Page + +## Project: CalculaChroniclesOfTheAlgorithmicKingdom +CalculaChroniclesOfTheAlgorithmicKingdom - Chronicles of the Algorithmic Kingdom. This is a simple text based +game played entirely on the terminal. It is written in Java. + +### Summary of Contributions +- Features: + - Implemented the interacting command class that allows user to interact with various entities in the map + - implemented the inventory class and shop class that allows user to purchase various items from the shop + - Implemente the Shop map class that displays the shop in the CLI + - Implemented the Math pool class and designed all questions in the game for increasing difficulty +- ###### Additions: + - Added the functionality to exit the shop + - Added the functionality to progressivly increase math question difficulty + + +- Code contributed + [RepoSense link](https://nus-cs2113-ay2324s2.github.io/tp-dashboard/?search=aaravrawal52&breakdown=true&sort=groupTitle%20dsc&sortWithin=title&since=2024-02-23&timeframe=commit&mergegroup=&groupSelect=groupByRepos&checkedFileTypes=docs~functional-code~test-code~other). + + +- Project management + - Documented the Architecture in the Developer Guide. + - Documented the InteractingCommand, usage and Item Usage component in the Developer Guide with the use of UML diagrams. + +- Community + - Reported an above-average number of bugs in the PE-D (9 bugs to be exact) + diff --git a/tp b/tp new file mode 160000 index 0000000000..c09c893058 --- /dev/null +++ b/tp @@ -0,0 +1 @@ +Subproject commit c09c8930583e29acfed98006856f7d60e784d603