Merge branch 'feature/gameclass' into 'main'
Feature/gameclass See merge request !2
No related branches found
No related tags found
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- PythonChess/Doc/Gantt/3XA3.gan 13 additions, 6 deletionsPythonChess/Doc/Gantt/3XA3.gan
- PythonChess/src/Game/Display.py 96 additions, 0 deletionsPythonChess/src/Game/Display.py
- PythonChess/src/Game/Game.py 22 additions, 0 deletionsPythonChess/src/Game/Game.py
- PythonChess/src/Game/Main.py 13 additions, 0 deletionsPythonChess/src/Game/Main.py
- PythonChess/src/Game/assets/black_bishop.png 0 additions, 0 deletionsPythonChess/src/Game/assets/black_bishop.png
- PythonChess/src/Game/assets/black_horse.png 0 additions, 0 deletionsPythonChess/src/Game/assets/black_horse.png
- PythonChess/src/Game/assets/black_king.png 0 additions, 0 deletionsPythonChess/src/Game/assets/black_king.png
- PythonChess/src/Game/assets/black_pawn.png 0 additions, 0 deletionsPythonChess/src/Game/assets/black_pawn.png
- PythonChess/src/Game/assets/black_queen.png 0 additions, 0 deletionsPythonChess/src/Game/assets/black_queen.png
- PythonChess/src/Game/assets/black_rook.png 0 additions, 0 deletionsPythonChess/src/Game/assets/black_rook.png
- PythonChess/src/Game/assets/white_bishop.png 0 additions, 0 deletionsPythonChess/src/Game/assets/white_bishop.png
- PythonChess/src/Game/assets/white_horse.png 0 additions, 0 deletionsPythonChess/src/Game/assets/white_horse.png
- PythonChess/src/Game/assets/white_king.png 0 additions, 0 deletionsPythonChess/src/Game/assets/white_king.png
- PythonChess/src/Game/assets/white_pawn.png 0 additions, 0 deletionsPythonChess/src/Game/assets/white_pawn.png
- PythonChess/src/Game/assets/white_queen.png 0 additions, 0 deletionsPythonChess/src/Game/assets/white_queen.png
- PythonChess/src/Game/assets/white_rook.png 0 additions, 0 deletionsPythonChess/src/Game/assets/white_rook.png
- PythonChess/src/Game/squareMap.py 69 additions, 0 deletionsPythonChess/src/Game/squareMap.py
- PythonChess/src/ProofOfConcept/piece.py 0 additions, 37 deletionsPythonChess/src/ProofOfConcept/piece.py
- PythonChess/src/ProofOfConcept/squareMap.py 0 additions, 86 deletionsPythonChess/src/ProofOfConcept/squareMap.py
PythonChess/src/Game/Display.py
0 → 100644
PythonChess/src/Game/Game.py
0 → 100644
PythonChess/src/Game/Main.py
0 → 100644
PythonChess/src/Game/assets/black_bishop.png
0 → 100644
7.64 KiB
PythonChess/src/Game/assets/black_horse.png
0 → 100644
9.14 KiB
PythonChess/src/Game/assets/black_king.png
0 → 100644
10.8 KiB
PythonChess/src/Game/assets/black_pawn.png
0 → 100644
5.06 KiB
PythonChess/src/Game/assets/black_queen.png
0 → 100644
11.8 KiB
PythonChess/src/Game/assets/black_rook.png
0 → 100644
7.39 KiB
PythonChess/src/Game/assets/white_bishop.png
0 → 100644
8.85 KiB
PythonChess/src/Game/assets/white_horse.png
0 → 100644
8.86 KiB
PythonChess/src/Game/assets/white_king.png
0 → 100644
10.1 KiB
PythonChess/src/Game/assets/white_pawn.png
0 → 100644
5.72 KiB
PythonChess/src/Game/assets/white_queen.png
0 → 100644
13.4 KiB
PythonChess/src/Game/assets/white_rook.png
0 → 100644
8.29 KiB
PythonChess/src/Game/squareMap.py
0 → 100644