ryanalexander / chess

This is to practice my skills in Python by making chess.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chess

Overview

This is literally just chess. The purpose of this repository was to refresh my skills with pygame as I have not used it for a few years.

Project timeline

  • Basic local chess game
  • Ability to utilise skins
  • Multiplayer - Peer-to-peer (LAN)
  • Multiplayer - Server based (WAN)
  • Stat tracking
  • Post game feedback system

Prerequisites

  • Python 3.x
  • Pygame

Install

py -m pip install -r requirements.txt

Run

py app.py

About

This is to practice my skills in Python by making chess.


Languages

Language:Python 100.0%