In pygame I have created a playable chess board and I have set the board in the middle of the pygame window (the board has a smaller dimension than the window), and I want a video to run in the background of the board while user plays the game. Can someone help me how to implement this thing in python, pygame?
Asked
Active
Viewed 46 times
0
-
Please provide enough code so others can better understand or reproduce the problem. – Community Mar 08 '22 at 14:37
-
Hey there, welcome to Stack Overflow! Please provide a minimal reproducible example so we can better understand the issue and help you! – Momo Mar 10 '22 at 14:32