Skip to content

This is my first Python project, a chess program where you can play or watch a simulation. Any advice or bug reports are welcome!

Notifications You must be signed in to change notification settings

DaJemp/Chess-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Welcome to the chess game!

In this Python project, you can choose between playing or watching a simulation of a game. Note: to play, you must use the following notation to make your moves: p1 a1, where p represents a piece, 1 represents the piece's identification, and a1 represents a square. In addition, the piece and the square you want to play must be separated by a space. The piece identifications are shown below: p (pawn), h (knight), r (rook), b (bishop), q (queen), k (king). There are currently some issues with the replay option, among others, but there should be no problems in a normal game.

THINGS TO IMPLEMENT

  • AI improvement.
  • Bug fixes.
  • Website with HTML.

Translated with DeepL.com (free version)

About

This is my first Python project, a chess program where you can play or watch a simulation. Any advice or bug reports are welcome!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages