Update HOW_TO_RUN_THE_GAMES.md

remove bad formatting
This commit is contained in:
Paul Holt
2022-01-11 00:09:09 +11:00
committed by GitHub
parent 5f9c2de73d
commit bf22c79ef3

View File

@@ -23,13 +23,9 @@ Alternatively, for non-dotnet compatible translations, you will need [Visual Stu
## java
{% tip %}
You can build all the java and kotlin games at once
**TIP:** You can build all the java and kotlin games at once
using the instructions in the [buildJvm directory](buildJvm/README.md)
{% endtip %}
The Java translations can be run via the command line or from an IDE such as [Eclipse](https://www.eclipse.org/downloads/packages/release/kepler/sr1/eclipse-ide-java-developers) or [IntelliJ](https://www.jetbrains.com/idea/)
To run from the command line, you will need a Java SDK (eg. [Oracle JDK](https://www.oracle.com/java/technologies/downloads/) or [Open JDK](https://openjdk.java.net/)).