initial main
authorNils Forssén <nilfo359@student.liu.se>
Thu, 18 Sep 2025 00:00:48 +0000 (02:00 +0200)
committerNils Forssén <nilfo359@student.liu.se>
Thu, 18 Sep 2025 00:00:48 +0000 (02:00 +0200)
commit51707ec237dabf88f2545326d36cc1e8e8c3acf6
tree0a17e0ef6f0cd1ab5f094d347b8002c003339b36
initial
50 files changed:
Classic_Test_2.py [new file with mode: 0644]
Four_Player_Test.py [new file with mode: 0644]
Network.py [new file with mode: 0644]
README.md [new file with mode: 0644]
Server.py [new file with mode: 0644]
SoundQueue.py [new file with mode: 0644]
Utils.py [new file with mode: 0644]
__pycache__/ChessGame.cpython-39.pyc [new file with mode: 0644]
__pycache__/Network.cpython-39.pyc [new file with mode: 0644]
__pycache__/SoundQueue.cpython-39.pyc [new file with mode: 0644]
__pycache__/Utils.cpython-39.pyc [new file with mode: 0644]
__pycache__/main.cpython-39.pyc [new file with mode: 0644]
build/main/Analysis-00.toc [new file with mode: 0644]
build/main/EXE-00.toc [new file with mode: 0644]
build/main/PKG-00.pkg [new file with mode: 0644]
build/main/PKG-00.toc [new file with mode: 0644]
build/main/PYZ-00.pyz [new file with mode: 0644]
build/main/PYZ-00.toc [new file with mode: 0644]
build/main/Tree-00.toc [new file with mode: 0644]
build/main/Tree-01.toc [new file with mode: 0644]
build/main/Tree-02.toc [new file with mode: 0644]
build/main/base_library.zip [new file with mode: 0644]
build/main/main.exe.manifest [new file with mode: 0644]
build/main/warn-main.txt [new file with mode: 0644]
build/main/xref-main.html [new file with mode: 0644]
dist/main.exe [new file with mode: 0644]
main.py [new file with mode: 0644]
main.spec [new file with mode: 0644]
sound/bishop.mp3 [new file with mode: 0644]
sound/capture.mp3 [new file with mode: 0644]
sound/castling.mp3 [new file with mode: 0644]
sound/check.mp3 [new file with mode: 0644]
sound/checkmate.mp3 [new file with mode: 0644]
sound/desktop.ini [new file with mode: 0644]
sound/king.mp3 [new file with mode: 0644]
sound/knight.mp3 [new file with mode: 0644]
sound/oldQueen.mp3 [new file with mode: 0644]
sound/pawn.mp3 [new file with mode: 0644]
sound/promote.mp3 [new file with mode: 0644]
sound/queen.mp3 [new file with mode: 0644]
sound/rook.mp3 [new file with mode: 0644]
sprites/Bishop.png [new file with mode: 0644]
sprites/King.ico [new file with mode: 0644]
sprites/King.png [new file with mode: 0644]
sprites/Knight.png [new file with mode: 0644]
sprites/LoadingGIF.gif [new file with mode: 0644]
sprites/Pawn.png [new file with mode: 0644]
sprites/Queen.png [new file with mode: 0644]
sprites/Rook.png [new file with mode: 0644]
test.py [new file with mode: 0644]