Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime POULAIN
Réseau - Client Serveur
Commits
73ec3b37
Commit
73ec3b37
authored
Nov 16, 2021
by
Maxime POULAIN
Browse files
Update README.md
parent
5e108d86
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
73ec3b37
# Réseau - Client Serveur
## Usage
### Serveur
Pour compiler et lancer le serveur :
```
bash
cd
server
make
./server 25565
```
### Client
Pour compiler et lancer le client :
```
bash
cd
client
make
./client 127.0.0.1 25565
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment