From 9fa673341d5ea5c56a91a995bed047fb2d5b18d7 Mon Sep 17 00:00:00 2001 From: Tricia Boo Koh Date: Tue, 14 Nov 2023 11:53:42 +0800 Subject: [PATCH 1/4] Add PPP link --- docs/AboutUs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/AboutUs.md b/docs/AboutUs.md index a6dd036950..27668622ca 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -1,9 +1,9 @@ # About us -| Name | ID | Github | -|-----------------|-----------|---------------| -| Antriksh Dhand | A0278458J | antrikshdhand | -| Oh Ken Wei | A0251850J | ken-ruster | -| Ou Ningxiang | A0249445W | onx001 | -| Tong Zheng Hong | A0251819Y | TongZhengHong | -| Tricia Boo Koh | A0264665U | TriciaBK | \ No newline at end of file +| Name | ID | Github | PPP | +|-----------------|-----------|---------------|------------------------------------| +| Antriksh Dhand | A0278458J | antrikshdhand | | +| Oh Ken Wei | A0251850J | ken-ruster | | +| Ou Ningxiang | A0249445W | onx001 | | +| Tong Zheng Hong | A0251819Y | TongZhengHong | | +| Tricia Boo Koh | A0264665U | TriciaBK | [TriciaBK's PPP](team/triciabk.md) | \ No newline at end of file From 8ffe6a4ccab2c0e667b28eade01ac01c7b52ef73 Mon Sep 17 00:00:00 2001 From: Tricia Boo Koh Date: Tue, 14 Nov 2023 11:59:32 +0800 Subject: [PATCH 2/4] Update PPP links in AboutUs --- docs/AboutUs.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/AboutUs.md b/docs/AboutUs.md index 27668622ca..7aa889d9b0 100644 --- a/docs/AboutUs.md +++ b/docs/AboutUs.md @@ -1,9 +1,9 @@ # About us -| Name | ID | Github | PPP | -|-----------------|-----------|---------------|------------------------------------| -| Antriksh Dhand | A0278458J | antrikshdhand | | -| Oh Ken Wei | A0251850J | ken-ruster | | -| Ou Ningxiang | A0249445W | onx001 | | -| Tong Zheng Hong | A0251819Y | TongZhengHong | | -| Tricia Boo Koh | A0264665U | TriciaBK | [TriciaBK's PPP](team/triciabk.md) | \ No newline at end of file +| Name | ID | Github | +|--------------------------------------|-----------|---------------| +| [Antriksh Dhand](team/antrikshdhand.md) | A0278458J | antrikshdhand | +| [Oh Ken Wei](team/ken-ruster.md) | A0251850J | ken-ruster | +| [Ou Ningxiang ](team/onx001.md) | A0249445W | onx001 | +| [Tong Zheng Hong](team/tongzhenghong.md) | A0251819Y | TongZhengHong | +| [Tricia Boo Koh](team/triciabk.md) | A0264665U | TriciaBK | \ No newline at end of file From 460dc3b331f4dd8876f70a23372b9616e1bed991 Mon Sep 17 00:00:00 2001 From: Tricia Boo Koh Date: Tue, 14 Nov 2023 12:04:04 +0800 Subject: [PATCH 3/4] Update PPP --- docs/team/triciabk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/team/triciabk.md b/docs/team/triciabk.md index c3456bc563..1abe20c1f0 100644 --- a/docs/team/triciabk.md +++ b/docs/team/triciabk.md @@ -6,6 +6,7 @@ ChessMaster is a ChessMasterCLI is a command-line interface (CLI) chess game des This sleek and user-friendly chess simulator provides a platform for novice players to build their skills and understanding of the game. ### Given below are my contributions to the project: +###### My code contribution can be found in this [TP Dashboard](https://nus-cs2113-ay2324s1.github.io/tp-dashboard/?search=triciabk&breakdown=false&sort=groupTitle%20dsc&sortWithin=title&since=2023-09-22&timeframe=commit&mergegroup=&groupSelect=groupByRepos) #### Storage Class - Stores the current state of board From 6f759229ebab3c82a54d66b07409de208053b40e Mon Sep 17 00:00:00 2001 From: Tricia Boo Koh Date: Tue, 14 Nov 2023 12:12:31 +0800 Subject: [PATCH 4/4] Add link to TP Dashboard --- docs/team/tongzhenghong.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/team/tongzhenghong.md b/docs/team/tongzhenghong.md index b8774480a6..408b336e29 100644 --- a/docs/team/tongzhenghong.md +++ b/docs/team/tongzhenghong.md @@ -5,6 +5,8 @@ By: Tong Zheng Hong ## Overview As a key contributor to the Chess Master project, I played a central role in developing the foundational classes for the game, including the `Game` and `ChessMaster` classes. These classes serve as the backbone of the chess-playing application, managing overall game processing and execution. My responsibilities extended to crafting a comprehensive user guide and developer guide to ensure a seamless experience for both end-users and fellow developers. +My code contribution can be found in this [TP Dashboard](https://nus-cs2113-ay2324s1.github.io/tp-dashboard/?search=tongzhenghong&breakdown=false&sort=groupTitle%20dsc&sortWithin=title&since=2023-09-22&timeframe=commit&mergegroup=&groupSelect=groupByRepos) + ## Chess Master Class The ChessMaster class acts as the orchestrator, handling the primary game loop, player turns, move execution, and game state management. I meticulously designed and implemented this class to provide a robust and enjoyable chess-playing experience. The ChessMaster class integrates seamlessly with other components, such as the chessboard, players, and user interface. `Game` Class