Skip to content

Commit 9092c8d

Browse files
Revise IDE recommendations and add tips
Updated recommendations for IDEs and clarified tips.
1 parent 7d620e7 commit 9092c8d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

COMPILING.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ In this guide, we'll use the GitHub Desktop method, since it the most user-frien
1212
- A [Java Development Kit (JDK)](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html) to compile the game's code.
1313
- An integrated development environment.
1414
- We recommend either one of the options listed below:
15-
- [Intellij IDEA](https://www.jetbrains.com/idea/download/) (RECOMMENDED)
15+
- [Intellij IDEA](https://www.jetbrains.com/idea/download/)
1616
- [Eclipse](https://www.eclipse.org/downloads/)
1717
- [VS Code](https://code.visualstudio.com/)
18-
- Some basic knowledge of programming (especially Gradle) and how to navigate an IDE.
18+
- Some basic knowledge of programming (especially Gradle) and how to navigate an IDE.
19+
20+
> [!TIP]
21+
> Although every IDE listed is great for Java, we STRONGLY recommend Intellij IDEA, due to how beginner friendly and integrated it is with FNF:JE!
1922
2023
# Step-by-Step Guide
2124

0 commit comments

Comments
 (0)