mirror of
https://github.com/d3vyce/Python-Game.git
synced 2025-07-02 01:48:19 +02:00
Compare commits
5 Commits
cd50022bef
...
beta_chess
Author | SHA1 | Date | |
---|---|---|---|
fecf047a5f | |||
6555ed56b8 | |||
4a8d02efd2 | |||
232bb211ee | |||
d1f6110b10 |
1
Chess/README.md
Normal file
1
Chess/README.md
Normal file
@ -0,0 +1 @@
|
||||
|
0
Chess/main.py
Normal file
0
Chess/main.py
Normal file
2
Chess/requirements.txt
Normal file
2
Chess/requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
pygame
|
||||
numpy
|
4
Chess/src/board.py
Normal file
4
Chess/src/board.py
Normal file
@ -0,0 +1,4 @@
|
||||
import src.board, src.board
|
||||
import pygame
|
||||
from pygame.locals import *
|
||||
|
0
Chess/src/pieces.py
Normal file
0
Chess/src/pieces.py
Normal file
Reference in New Issue
Block a user