Skip to content

Commit 73885ea

Browse files
committed
Update README.md
Update README to reflect the new version.
1 parent 8ec317e commit 73885ea

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Strategy Game Engine
2-
![Gradle 7.6](https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white&label=7.6) ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white&label=1.11)
2+
![Gradle 8.13](https://img.shields.io/badge/Gradle-02303A.svg?style=for-the-badge&logo=Gradle&logoColor=white&label=8.13) ![Java](https://img.shields.io/badge/java-%23ED8B00.svg?style=for-the-badge&logo=java&logoColor=white&label=1.11)
33

44
A strategy game engine written in Java.
55

@@ -15,7 +15,7 @@ repositories {
1515
}
1616
1717
dependencies {
18-
implementation("com.gitlab.StrategyGameEngine:strategy-game-engine:v1.0.4")
18+
implementation("com.gitlab.StrategyGameEngine:strategy-game-engine:v1.0.5")
1919
}
2020
2121
```
@@ -29,26 +29,26 @@ This produces four jar files (in `build/libs/`):
2929

3030
One executable
3131

32-
- `sge-1.0.4-exe.jar` (Executable)
32+
- `sge-1.0.5-exe.jar` (Executable)
3333

3434
And three jars usually used for development
3535

36-
- `sge-1.0.4.jar` (Library)
37-
- `sge-1.0.4-sources.jar` (Sources)
38-
- `sge-1.0.4-javadoc.jar` (Documentation)
36+
- `sge-1.0.5.jar` (Library)
37+
- `sge-1.0.5-sources.jar` (Sources)
38+
- `sge-1.0.5-javadoc.jar` (Documentation)
3939

4040
## Usage
4141

4242
For an extensive overview see:
4343
```bash
44-
java -jar sge-1.0.4-exe.jar --help
44+
java -jar sge-1.0.5-exe.jar --help
4545
```
4646

4747
If you want to let two agents `agent1.jar` and `agent2.jar` play a game of
4848
`game.jar` against each other run the command:
4949

5050
```bash
51-
java -jar sge-1.0.4-exe.jar match game.jar agent1.jar agent2.jar
51+
java -jar sge-1.0.5-exe.jar match game.jar agent1.jar agent2.jar
5252
```
5353

5454
There is also a [manual](https://github.com/Entze/Strategy-Game-Engine/releases/download/v1.0.4/SGE-MANUAL.pdf) available.

0 commit comments

Comments
 (0)