Making PVP chess
This Friday I committed to a long project making a player vs. player chess game.
Heres how much progress I made.
I worked on 4 files const.py being the dimension of the rows and columns.
Game.py is still unfinished, but with what I have is just the the making of the board and what color the squares will be and how many squares there are.
The last one I worked on was the main.py file. This files main job was running the screen and game. I basically edit file to change how big the screen is.
Leave a Reply