Skip to content

miggazElquez/chess-game-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chess-game-in-python

Infos

This is a chess game, implemented using pygame. This game is implemented in Python, but a part of the logic is also implemented in cython, because it run faster

How to run this code :

You should run this code with python -O -m echec . The -Ois important, because I use a lot of if __debug__: in my code, so without, it will run slower, and will print a lot of useless debug information

You can decide if the game will use multiprocessing by using the --multi option. If you pass -1, it will use the default behaviour (as many processes as cpu cores). If you pass 0, it will not use multiprocessing. If you pass an another integer n, it will use n process.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages