Compare commits

2 Commits
Author SHA1 Message Date
d3vyce fecf047a5f simple window test 2022-08-11 14:30:13 +02:00
Nicolas. S 6555ed56b8 Add future games 2022-08-11 09:57:47 +02:00
4 changed files with 6 additions and 0 deletions
View File
+2
View File
@@ -0,0 +1,2 @@
pygame
numpy
+4
View File
@@ -0,0 +1,4 @@
import src.board, src.board
import pygame
from pygame.locals import *
View File