Compare commits

...

5 Commits

Author SHA1 Message Date
fecf047a5f simple window test 2022-08-11 14:30:13 +02:00
6555ed56b8 Add future games 2022-08-11 09:57:47 +02:00
4a8d02efd2 Add Chess 2022-08-11 09:53:41 +02:00
232bb211ee Delete Chess 2022-08-11 09:53:09 +02:00
d1f6110b10 Create Chess 2022-08-11 09:53:00 +02:00
6 changed files with 12 additions and 1 deletions

1
Chess/README.md Normal file
View File

@ -0,0 +1 @@

0
Chess/main.py Normal file
View File

2
Chess/requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pygame
numpy

4
Chess/src/board.py Normal file
View File

@ -0,0 +1,4 @@
import src.board, src.board
import pygame
from pygame.locals import *

0
Chess/src/pieces.py Normal file
View File

View File

@ -6,4 +6,8 @@ Here are the different games I've made so far in python.
<img src="Snake/img/Snake.png" width="500" title="hover text">
</p>
- [*SOON*]
- Chess [WIP]
- Sudoku [SOON]
- Pandemic [SOON]