Compare commits

...

2 Commits

Author SHA1 Message Date
b35ab6e691 add cli interface instructions 2026-02-07 13:02:04 +01:00
f88cfe81dc fix import 2026-02-07 12:59:06 +01:00
2 changed files with 7 additions and 2 deletions

View File

@@ -15,4 +15,9 @@ Run Client.java
## Launch Server + Client
Run App.java
Run App.java
# CLI interface
To play a move, enter the number of the cell you want to change.
To exit, type "stop" or "close".

View File

@@ -2,7 +2,7 @@ package Ex6.network.packets;
import java.io.Serializable;
import Ex6.Jeu.EtatCase;
import Ex6.main.Jeu.EtatCase;
import Ex6.network.Packet;
import Ex6.network.PacketVisitor;