Add readme

This commit is contained in:
2023-03-24 15:59:43 +00:00
parent 4e3aad2565
commit 306cff8d24
5 changed files with 14 additions and 1 deletions

View File

@@ -2,4 +2,17 @@
Chat application with built-in game built as part of COMP1206 at the University of Southampton. Chat application with built-in game built as part of COMP1206 at the University of Southampton.
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. 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.

BIN
screenshots/chat.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

BIN
screenshots/login.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

BIN
screenshots/play_game.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
screenshots/start_game.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB