From 00998a8af93de1efb5bd94b521fea384c97e35f4 Mon Sep 17 00:00:00 2001 From: Tuomo Untinen Date: Thu, 16 Sep 2021 17:57:32 +0300 Subject: [PATCH] Update version to 0.19.0Beta. Updates README.md to match 0.19.0Beta. --- README.md | 8 +++++--- pom.xml | 2 +- src/main/java/org/openRealmOfStars/game/Game.java | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0c44f6574..56b816d9d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ using Java. The game requires at minimum Swing and Java 7 to run. ### Explore the galaxy ![](https://github.com/tuomount/Open-Realms-of-Stars/raw/master/ArtModification/screenshots/starmap.png) -Move your fleet in a randomly generated galaxy. Encouter other species, and find new planets to colonize. Explore mysterious space anomalies. +Move your fleet in a randomly generated galaxy. Encounter other species, and find new planets to colonize. Explore mysterious space anomalies. ### Manage your own planets ![](https://github.com/tuomount/Open-Realms-of-Stars/raw/master/ArtModification/screenshots/planet.png) @@ -31,6 +31,7 @@ Fight enemies with customizable ship designs. Ship components have their own hit ![](https://github.com/tuomount/Open-Realms-of-Stars/raw/master/ArtModification/screenshots/bombing.png) Conquer enemy planets. Drop bombs to clear out enemy troops, then deploy your own ground troops to seize control. +Regular space weapons can be used for causing suppression to defending troops. ### Leaders ![](https://github.com/tuomount/Open-Realms-of-Stars/raw/master/ArtModification/screenshots/leaders.png) @@ -47,14 +48,15 @@ See more [screenshots](https://github.com/tuomount/Open-Realms-of-Stars/tree/mas ### Features * Randomized galaxy with three different starting placements - * 10 different space races to play - * 15 different government types to play + * 12 different space races to play + * 21 different government types to play * Any realm can start as ancient realm even human player * Random events * Planetary events * Space anomalies * Space pirates * Privateering, trade fleets are actual ships which can be privateered + * Possibility to steal other ships with tractor beam * Diplomatic relations between realms (War, Peace, Trade war, Trade Alliance, Defensive Pact and Alliance) * AI remembers how it has been treated and will treat others accordingly * Galactic Olympics to influence to other realms diff --git a/pom.xml b/pom.xml index 91fd5413a..8c4c6d118 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.openRealmOfStars Open-Realm-of-Stars - 0.18.37Beta + 0.19.0Beta jar https://github.com/tuomount/Open-Realms-of-Stars diff --git a/src/main/java/org/openRealmOfStars/game/Game.java b/src/main/java/org/openRealmOfStars/game/Game.java index 53498cfa9..85eb54865 100644 --- a/src/main/java/org/openRealmOfStars/game/Game.java +++ b/src/main/java/org/openRealmOfStars/game/Game.java @@ -163,7 +163,7 @@ public class Game implements ActionListener { /** * Game version number */ - public static final String GAME_VERSION = "0.18.37Beta"; + public static final String GAME_VERSION = "0.19.0Beta"; /** * Animation timer used for animation