Skip to content

Commit

Permalink
Update version to 0.19.0Beta.
Browse files Browse the repository at this point in the history
Updates README.md to match 0.19.0Beta.
  • Loading branch information
tuomount committed Sep 16, 2021
1 parent e1e9e20 commit 00998a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.openRealmOfStars</groupId>
<artifactId>Open-Realm-of-Stars</artifactId>
<version>0.18.37Beta</version>
<version>0.19.0Beta</version>
<packaging>jar</packaging>
<url>https://github.com/tuomount/Open-Realms-of-Stars</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openRealmOfStars/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00998a8

Please sign in to comment.