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

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)

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 ❤️