Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PPP link in AboutUs #199

Merged
merged 5 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
@@ -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 |
| 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 |
2 changes: 2 additions & 0 deletions docs/team/tongzhenghong.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/team/triciabk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading