Getting Started ‐ Phase 1 - softwareconstruction240/softwareconstruction GitHub Wiki
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/game
directory to theshared/src/test/java/passoff/chess
directory. -
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/chess
directory. 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.