Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.
/ checkers Public archive

Now you can play the classic childhood game. The game is written in python with the ability to multiplayer. A game against the computer is under development

Notifications You must be signed in to change notification settings

anyduck/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ WARNING for multiplayer
The pickle module, that used in this project, is not secure.
It is possible to construct malicious pickle data which will execute arbitrary code during unpickling.
Safer serialization formats such as json must be used.

Сheckers v1.0

Now you can play the classic childhood game. A game against the computer is under development The game is written in python with the ability to multiplayer

  • Server included in server.py and required board.py and piece.py
  • Don't forget to start server before starting multiplayer in your local network
  • Client side included in game.py and required board.py and client.py

Requirements

  • Required PyGame for console version
  • Required PyGame, PySide2 for version with launcher

Building

Have ability to compile in executable file by PyInstaller from build.bat in each variation

  • PyInstaller required Python 3.7. Change path to your folder with Python 3.7 in *.bat

About

Now you can play the classic childhood game. The game is written in python with the ability to multiplayer. A game against the computer is under development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published