Skip to content

Commit 4603aeb

Browse files
authored
Merge pull request #351 from camchamb/patch-1
Updated Phase 0 getting started instructions
2 parents f8a699c + 44faf3d commit 4603aeb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

chess/0-chess-moves/getting-started.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ The contents of the folder already contain IntelliJ configuration files and crea
2121
2222
![build with Maven](build-with-maven-prompt.png)
2323

24-
Your project should look like this when it opens with the client, server, and shared folders having a blue square and being at the root level. There should be no folder called chess showing up in your Intellij project, only the items inside of the chess folder should be visible.
24+
Your project should look like this when it opens with the client, server, and shared folders having a blue square and being at the root level.
2525

2626
![open intellij](open-intellij.png)
2727

28+
There should not be a folder named chess showing up in your Intellij project, only the items inside of the chess folder should be visible. If you do see a chess folder, check that there are not two different folders named chess. You can confirm that the modules are set up correctly by going to File > Project Structure > Modules, then verifying only client, server, and shared are modules. Feel free to talk with the TAs for help.
29+
30+
![verify modules](verify-modules.png)
31+
2832
## Turn off AI
2933

3034
> [!WARNING]
47.7 KB
Loading

0 commit comments

Comments
 (0)