Skip to content

Commit 0cad159

Browse files
authored
Update README.md
1 parent e0ef4c4 commit 0cad159

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
<h1 align="center">JavaFX-MultiplayerLobbySystem</h1>
1111
JavaFX lobby system for multiplayer games with chat, ready toggle and kick buttons, using socket TCP by default.
1212

13-
Features:
14-
- chat;
15-
- ready button;
16-
- kick user button (only the server, which created the room, can do this).
13+
Chat support using JavaFX and socket TCP (stream) to be used for Cluedo app.
1714

18-
Chat support using JavaFX and socket TCP (stream) to be used for Cluedo app
15+
16+
<a href="#contribute">contribute</a>
1917

2018
### Demo
2119

@@ -30,8 +28,6 @@ Chat support using JavaFX and socket TCP (stream) to be used for Cluedo app
3028
</tr>
3129
</table>
3230

33-
<a href="#contribuire">contribuire</a>
34-
3531

3632
### Execution
3733

@@ -115,6 +111,7 @@ to add:
115111
- add an headless server to handle the room list (when a server creates a room it's inserted into the list, and the client can access that list to see those rooms)
116112
- add a ban list (nickname/IP)
117113
- check if the users get disconnected properly when closing the app by the Launcher
114+
- use this template for CluedoApp
118115

119116
### Built With
120117
Per l'implementazione ho utilizzato Java 11 e JavaFX 11, come IDE Eclipse (versione 2020-03 (4.15.0)), e SceneBuilder per la creazione della grafica (file FXML). Vedere i passi seguiti per il [setup del progetto](https://github.com/mikyll/ROQuiz/blob/main/Project%20Setup.md).

0 commit comments

Comments
 (0)