mirror of
https://github.com/d3vyce/Python-Game.git
synced 2025-07-03 02:18:19 +02:00
Compare commits
2 Commits
master
...
beta_chess
Author | SHA1 | Date | |
---|---|---|---|
fecf047a5f | |||
6555ed56b8 |
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