https://github.com/bratah123/multiplayergame
A simple multiplayer game using python sockets, pygame, and pickle
https://github.com/bratah123/multiplayergame
pickle pygame python socket-programming
Last synced: 5 months ago
JSON representation
A simple multiplayer game using python sockets, pygame, and pickle
- Host: GitHub
- URL: https://github.com/bratah123/multiplayergame
- Owner: Bratah123
- Created: 2020-11-25T06:32:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T06:44:09.000Z (over 4 years ago)
- Last Synced: 2024-12-06T01:29:08.805Z (7 months ago)
- Topics: pickle, pygame, python, socket-programming
- Language: Python
- Homepage:
- Size: 758 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MultiplayerGame
A simple multiplayer "Game" where multiple squares are able to join. A fun pet project to practice sockets and client to server communications.## Footage
## Credits
Heavily inspired by Tech with Tim's Sockets tutorial. Added the ability to have more than one player on at a time, and a player being redrawn correctly when leaving.