Skip to content

Python implementation of checkers game using python sockets.

Notifications You must be signed in to change notification settings

miloszk9/Checkers-socket-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers socket game

Python implementation of checkers game using python sockets.

Prerequirements

  • Python 3.8
  • Python package: Pygame, Numpy

Packages installation

$ pip install pygame==2.0.1 numpy==1.20.3

Example usage

Local game (on one PC) - getting the ip address automatically

$ python server.py
$ python client.py
$ python client.py

Game via LAN

$ python server.py <server_ipv4>
$ python client.py <server_ipv4>
$ python client.py <server_ipv4>

Example

$ python server.py 192.168.0.1
$ python client.py 192.168.0.1
$ python client.py 192.168.0.1

Example screenshots

screen1 screen2 screen3

About

Python implementation of checkers game using python sockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages