An open API service indexing awesome lists of open source software.

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

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
![footage](multiplayer-game.gif)

## 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.