A 2D online video game with server and client.
- Python
- Clone the repository
git clone https://github.com/yohemm/grab-the-player.git
- Install dependencies
pip install pickle
pip install pygame
pip install socket
- Set server Change the serveur ip with the computer's IPV4.
- Set Client Change the client ip with the same ip of server.
- Run Server and client Oppen Server, then oppen client for all user.
- Yohem - Initial work - Yohemm