diff --git a/README.md b/README.md index 5e4cbf1..fa57269 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,17 @@ Chat application with built-in game built as part of COMP1206 at the University of Southampton. -Thanks goes to Oli Bills for building the backend system and template for this software. \ No newline at end of file +This application is a Maven JavaFX project with a modern interface and compatability with multiple platforms. + +## Showcase + +![Login screen](screenshots/login.png "Login screen") +![Chat window](screenshots/chat.png "Chat window") +![Game start window](screenshots/start_game.png "Game start window") +![Playing the game](screenshots/play_game.png "Playing the game") + +## Credits + +Thanks goes to Oli Bills for building the backend system and template for this software. + +The University of Southampton logo is owned by the University of Southampton. \ No newline at end of file diff --git a/screenshots/chat.png b/screenshots/chat.png new file mode 100644 index 0000000..b8c47bb Binary files /dev/null and b/screenshots/chat.png differ diff --git a/screenshots/login.png b/screenshots/login.png new file mode 100644 index 0000000..d4758ae Binary files /dev/null and b/screenshots/login.png differ diff --git a/screenshots/play_game.png b/screenshots/play_game.png new file mode 100644 index 0000000..14dcf77 Binary files /dev/null and b/screenshots/play_game.png differ diff --git a/screenshots/start_game.png b/screenshots/start_game.png new file mode 100644 index 0000000..79c78ca Binary files /dev/null and b/screenshots/start_game.png differ