https://github.com/gsri30/battleship-multiplayergame
This repo consists of my python project which is a battleship multiplayer game done using server-client logic (using sockets,threads and pygame for interface)
https://github.com/gsri30/battleship-multiplayergame
battleship-multiplayer-game multiplayer pygame python server-client sockets threading-synchronization threads
Last synced: 2 months ago
JSON representation
This repo consists of my python project which is a battleship multiplayer game done using server-client logic (using sockets,threads and pygame for interface)
- Host: GitHub
- URL: https://github.com/gsri30/battleship-multiplayergame
- Owner: GSri30
- Created: 2019-12-09T07:04:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-25T13:33:59.000Z (over 6 years ago)
- Last Synced: 2025-02-24T13:48:53.842Z (over 1 year ago)
- Topics: battleship-multiplayer-game, multiplayer, pygame, python, server-client, sockets, threading-synchronization, threads
- Language: Python
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to PythonProject 👋
> This repo consists of my python project which is a battleship multiplayer game done using server-client logic (using sockets,threads and pygame for interface)
## Install
```sh
pip install pygame
```
## Usage
Clone the repo and execute(in different terminals)
```sh
python main_server.py 8000
python main_client.py 8000
```
## Author
👤 **Sri Harsha G**
* Website: https://gsri30.github.io/
* Github: [@GSri30](https://github.com/GSri30)
## Show your support
Give a ⭐️ if this project helped you!
***
This README was generated with ❤️