Skip to content

Game of checkers written in PyGame with the ability to customize the board and play with others online.

Notifications You must be signed in to change notification settings

aaronlam1004/checkers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkers

Implementation of the checkers/draughts game made in PyGame framework/engine.

Installing

This was built on Windows so it might not work on MacOS or Linux.

Python is required to run and play the game as of now. This was created using Python 3.7.2

Requirements are PyGame and Pillow which can be installed using the command

On Windows: pip install -r requirements.txt

On Unix/Mac: pip install -r requirements.txt

Playing locally

To play locally, all you need to do is launch the game using the command

On Windows: python game.py

On Unix/Mac: python3 game.py

settings.json

You can update this file to change properties of the game (for now colors and music).

The game will hot reload when there are any changes to the settings.json file.

Music Credits

  • Relaxed Day - futuristic chill by Sekoura
  • Lofi Song - Backyard by Lofium
  • Once In Paris by Pumpupthemind
  • Relaxed Vlog (Night Street) by Ashot-Danielyan-Composer

About

Game of checkers written in PyGame with the ability to customize the board and play with others online.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages