diff --git a/README.md b/README.md index 3100bed..9b18b3c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Terminal Game +# Lost in a cave A multiplayer terminal-based game built with Java, utilizing WebSockets for communication and Lanterna for the text-based user interface. diff --git a/pom.xml b/pom.xml index b779b1f..23c1f55 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,20 @@ 25 25 UTF-8 + 5.11.4 + + + + org.junit.jupiter + junit-jupiter + ${junit.version} + test + + + +