Skip to content

Commit

Permalink
release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed May 23, 2021
1 parent 86f5795 commit 31c2ea1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ There is short screen-cast of a game session including GFX-compatible server, re
# Pre-built components
| OS | Download link |
| -------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![Windows](assets/icons/win64x64.png) | __[Game client for Windows x64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/battleships-resurrection-1.0.2-windows-amd64-jdk.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[Game client for OSX x64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/battleships-resurrection-1.0.2-macos-amd64-jdk.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Game client for OSX Arm64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/battleships-resurrection-1.0.2-macos-arm64-jdk.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[Game client for Linux x64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/battleships-resurrection-1.0.2-linux-amd64-jdk.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[Game client, cross-platform JAR file](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/battleships-resurrection-1.0.2.jar)__ |
| ![Java](assets/icons/java64x64.png) | _[pre-built GFX-compatible server (only JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/gfx-playroom-server-1.0.2.jar)_ |
| ![Java](assets/icons/java64x64.png) | _[pre-built J2ME midlet for Motorola A008 (zipped JAD+JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.2/BattleShip_A008.zip)_ |
| ![Windows](assets/icons/win64x64.png) | __[Game client for Windows x64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/battleships-resurrection-1.0.3-windows-amd64-jdk.zip)__ |
| ![OSX](assets/icons/macos64x64.png) | __[Game client for OSX x64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/battleships-resurrection-1.0.3-macos-amd64-jdk.zip)__ |
| ![OSX Arm64](assets/icons/macosarm64x64.png) | __[Game client for OSX Arm64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/battleships-resurrection-1.0.3-macos-arm64-jdk.zip)__ |
| ![Linux](assets/icons/linux64x64.png) | __[Game client for Linux x64 (JRE included)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/battleships-resurrection-1.0.3-linux-amd64-jdk.tar.gz)__ |
| ![Java](assets/icons/java64x64.png) | __[Game client, cross-platform JAR file](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/battleships-resurrection-1.0.3.jar)__ |
| ![Java](assets/icons/java64x64.png) | _[pre-built GFX-compatible server (only JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/gfx-playroom-server-1.0.3.jar)_ |
| ![Java](assets/icons/java64x64.png) | _[pre-built J2ME midlet for Motorola A008 (zipped JAD+JAR)](https://github.com/raydac/battleships-resurrection/releases/download/1.0.3/BattleShip_A008.zip)_ |

# Short historical review
I took a part in the project as a Java developer and both the network communication part, and the mobile game client were in my responsibility. The original PC game client was developed by another two developers in C++ exclusively for Windows (it strongly required Direct3D for work).
Expand Down
2 changes: 1 addition & 1 deletion battleships-resurrection/battleships-client-a008/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>
<artifactId>battleships-client-a008</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion battleships-resurrection/battleships-client-pc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>battleships-client-pc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion battleships-resurrection/gfx-playroom-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
</parent>

<artifactId>gfx-playroom-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion battleships-resurrection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>battleships-resurrection</artifactId>
<version>1.0.3-SNAPSHOT</version>
<version>1.0.3</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 31c2ea1

Please sign in to comment.