From 052317e64656b891a47c8eb3a7954e5ebbbf80c7 Mon Sep 17 00:00:00 2001 From: germandilio <70810123+germandilio@users.noreply.github.com> Date: Sun, 12 Jun 2022 15:06:26 +0300 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89df3e6..204f015 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Greater than Tetris -Client-server communication based on sockets and string commands without any high-level libruaries. +Client-server communication based on sockets and string commands without any high-level libraries. Libraries: JDK 17, JavaFX, Apache Derby and JUnit 5. @@ -11,3 +11,14 @@ Server configuration should contain: Clients can play the game with/without opponent and view top 10 results. Server generates one brick sequence for all clients, providing honest competition. + +## Gameplay ## +After registration, player can start the game. +(If you are playing with partner, you should waiting until he also started te game.) + +### Core game mechanic ### +New generated brick will be presented in left down corner. You can drag & drop it to place on game board. + +### Winner ### +You need to place more bricks on a board than your partner to be a winner. If equles, you need to finish you session in a shortest time. +