Преглед изворни кода

Bumped version, added README

Ondřej Schlaichert пре 8 месеци
родитељ
комит
ea5c856734
2 измењених фајлова са 18 додато и 1 уклоњено
  1. 17 0
      README.md
  2. 1 1
      pom.xml

+ 17 - 0
README.md

@@ -0,0 +1,17 @@
+# schmorn
+
+> *The sun sets over a misty day as the witch Oglunda, ruler of the Seven Swamps, rides her carriage down the Royal Road. An agreement has been made, and she comes now to fulfil her side of it.*
+
+**Schmorn** is a simple GUI text adventure game made in Java as part of the **4IT115** course at the **Prague University of Economics and Business (VŠE)**.
+
+The game tells a story of Schmorn, a weak, inept and power-hungry prince, who gets turned into a worm as a punishment for seeking unlimited power from Oglunda, a powerful witch. The witch casts Schmorn into his Royal Well, forcing him to crawl through the Royal Underground to reach the surface and get his revenge.
+
+- author: **Ondřej Schlaichert**
+- semester: **ZS 2025/2026**
+- version: **1.1.0**
+
+## How to play
+- All gameplay is handled by pressing appropriate buttons. Press buttons to explore, fight enemies, etc.
+- The inventory is also interactable: click on a collected item to use it.
+- Press **Ctrl+R** to restart the game at any time.
+- Press **F1** to show this help screens available, which lists all commands and their descriptions.

+ 1 - 1
pom.xml

@@ -6,7 +6,7 @@
 
     <groupId>eu.oschl</groupId>
     <artifactId>schmorn-gui</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
     <name>schmorn-gui</name>
 
     <properties>