Skip to content

Commit

Permalink
fix: Run linter & modify tsconfig reference (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintyj authored Jan 10, 2024
1 parent 5e5a5dd commit 8af83da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified Assignments/ip1/ip1-handout.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions Assignments/ip1/ip1.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Students implemented a single game, [Tic-Tac-Toe](https://en.wikipedia.org/wiki/
The objective for this semester's individual project is to extend this new `GameArea` abstraction, implementing [Connect Four](https://en.wikipedia.org/wiki/Connect_Four) as a new game that can be played within a `GameArea`.
This implementation effort will be split across two deliverables. In this first deliverable, you will implement and test the core backend components for this feature, and in the second deliverable, you will implement and test the frontend components.

## Change Log
* 1/9/2024: Fixed a typo in handout (`status` in the `ConnectFourGame` constructor should be `WAITING_FOR_PLAYERS`, not `WAITING_TO_START`), removed reference to `shared` directory in `tsconfig.json`.

## Objectives of this assignment
The objectives of this assignment are to:
* Get you familiar with the basics of TypeScript, VSCode, and the project codebase
Expand Down

0 comments on commit 8af83da

Please sign in to comment.