https://github.com/axelfahy/snakemultinetwork
Snake multiplayer on network written in Python.
https://github.com/axelfahy/snakemultinetwork
Last synced: 7 months ago
JSON representation
Snake multiplayer on network written in Python.
- Host: GitHub
- URL: https://github.com/axelfahy/snakemultinetwork
- Owner: axelfahy
- Created: 2015-11-03T12:07:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T22:57:08.000Z (almost 10 years ago)
- Last Synced: 2025-01-16T06:13:12.502Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Axel Fahy - Rudolf Hohn
Mettre le bon couple (ip / port) dans le fichier 'constants.py' du dossier principal (SnakeMultiNetwork)
(Constants.IP_SERVER et Constants.PORT_SERVER)Server
------1. Aller dans le dossier 'Server'
2. python2 snake_server.pyClient
------1. Aller dans le dossier 'Client'
2. python2 snake_client.pyPerte de packet :
# tc qdisc add dev lo root netem loss 25%
Suppression de la perte de packet :
# tc qdisc del dev lo root netem loss 25%
Voir les propriétés de l'interface
# tc qdisc show dev lo