Skip to content

Commit 445f389

Browse files
Merge pull request #1979 from Avdhesh-Varshney/chessGame
[GSSoC'23] Chess Game Ready using PYTHON script
2 parents 4015e8f + 1ca1741 commit 445f389

16 files changed

+506
-0
lines changed

Chess-Game/README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# CHESS GAME
2+
3+
_______________________________________________________________________
4+
5+
## What is it
6+
7+
- This program will provide the user an attractive user interface of Chess Game.
8+
- This chess game is created using PYTHON language.
9+
- Start the file on terminal.
10+
- File will automatically fetch the required files and create a interactive gui for the user.
11+
- User, now start to play.
12+
13+
14+
<br>
15+
16+
## Modules Used
17+
18+
- pygame
19+
20+
Install this library using the below command:
21+
22+
```pip install pygame```
23+
24+
First install these libraries and use python 3 or above to enjoy this **Scientific Calculator**
25+
26+
27+
<br>
28+
29+
## Screenshot 📸
30+
31+
![Chess-Game](https://github.com/avinashkranjan/Amazing-Python-Scripts/assets/114330097/509af4eb-0f56-4af5-b898-331182889018)
32+
33+
34+
<br>
35+
36+
## Creator 👦
37+
38+
[Avdhesh Varshney](https://github.com/Avdhesh-Varshney)
39+
40+

Chess-Game/images/Chess-Game.png

49.9 KB
Loading

Chess-Game/images/black bishop.png

37.2 KB
Loading

Chess-Game/images/black king.png

35.6 KB
Loading

Chess-Game/images/black knight.png

55.2 KB
Loading

Chess-Game/images/black pawn.png

30.6 KB
Loading

Chess-Game/images/black queen.png

40 KB
Loading

Chess-Game/images/black rook.png

32.1 KB
Loading

Chess-Game/images/white bishop.png

38.1 KB
Loading

Chess-Game/images/white king.png

35.9 KB
Loading

0 commit comments

Comments
 (0)