Skip to content

Commit

Permalink
Update version number in readme. Fix typos in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
snaujokat committed Apr 1, 2022
1 parent d41da45 commit a565f48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ Examples are available for [MauMau](https://github.com/tudo-aqua/bgw/tree/main/b

BoardGameWork is built on top of [JavaFX 17](https://openjfx.io/openjfx-docs/) and therefore requires at least JDK 11. Since JavaFX was decoupled from the JavaJDK as of JDK 11, BoardGameWork comes with JavaFX dependencies including their native libraries for various platforms like Windows, Linux and Mac.

Tho we recommend installing a JDK Build that already includes JavaFX to ensure your platform is supported. [Azul Zulu Builds of OpenJDK](https://www.azul.com/downloads/?version=java-11-lts&package=jdk-fx#download-openjdk) support a wide range of platforms and architectures including [Mac M1](https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#download-openjdk).
We recommend installing a JDK build that already includes JavaFX to ensure your platform is supported. [Azul Zulu Builds of OpenJDK](https://www.azul.com/downloads/?version=java-11-lts&package=jdk-fx#download-openjdk) support a wide range of platforms and architectures including [Mac M1](https://www.azul.com/downloads/?version=java-11-lts&os=macos&architecture=arm-64-bit&package=jdk-fx#download-openjdk).

### Setup

Start by adding the latest version of BGW as a dependency to your project.

#### Gradle
```gradle
implementation("tools.aqua:bgw-core:0.5")
implementation("tools.aqua:bgw-gui:0.6")
```

#### Maven
```xml
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>bgw-core</artifactId>
<version>0.5</version>
<artifactId>bgw-gui</artifactId>
<version>0.6</version>
</dependency>
```

Expand Down

0 comments on commit a565f48

Please sign in to comment.