Skip to content

A chess program in the form of a .exe file that runs locally on any computer

Notifications You must be signed in to change notification settings

sohumsharma484/Chess-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

There are two ways to play this chess game

  • Use the newChess.exe file (this is the easiest and recommended way)
    • You can download the newChess.exe file and directly run it on any computer. It will take a few seconds to boot up the program and then you can enjoy a simple chess game
  • Download the source code and run the python file (requires python to be installed on your computer)
    • You can download the entire code folder which contains newChess.py, assets folder, and requirements.txt. Install the needed requirements (pip install -r requirements.txt) and then run newChess.py using your favorite IDE or the terminal. Make sure the assets folder and newChess.py are saved in the same folder.

About

A chess program in the form of a .exe file that runs locally on any computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages