-
Notifications
You must be signed in to change notification settings - Fork 61
Getting Started ‐ Phase 1
GitHub Action edited this page Jul 18, 2025
·
1 revision
Complete the following steps to move the starter code into your project for this phase.
- Open your chess project directory.
- Copy the the
starter-code/1-chess-game/passoff/chess/gamedirectory to theshared/src/test/java/passoff/chessdirectory. -
Optional: If you want to implement castling and en passant for extra credit, then you also need to copy the
starter-code/1-chess-game/passoff/chess/extracredit/directory to your project'sshared/src/test/java/passoff/chessdirectory. Do not copy this directory if you do not successfully implement the tests.
When you are done you should be able to open IntelliJ and see the following structure.
