Pedro-S-Ferreira / Checkers

A checkers game coded entirely in python, completed with an interactable user interface, making use of the system and pygame packages. It makes use of object-oriented programming to handle the pieces and the squares of the board, with useful custom functions that handle the piece movement, capture and promotion. The game can be played with two players, recognising which player is victorious and even allowing the game to be played again without needing the restart the script by resetting all needed variables and objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

A checkers game coded entirely in python, completed with an interactable user interface, making use of the system and pygame packages. It makes use of object-oriented programming to handle the pieces and the squares of the board, with useful custom functions that handle the piece movement, capture and promotion. The game can be played with two players, recognising which player is victorious and even allowing the game to be played again without needing the restart the script by resetting all needed variables and objects.


Languages

Language:Python 100.0%