forked from s452751/AI_PRO
basic
This commit is contained in:
parent
69f1936be9
commit
ac61d57af1
@ -1,5 +1,5 @@
|
|||||||
import random
|
import random
|
||||||
from Main.constants import *
|
from constants import *
|
||||||
|
|
||||||
board = []
|
board = []
|
||||||
|
|
@ -1,5 +1,6 @@
|
|||||||
#constants
|
#constants
|
||||||
|
|
||||||
|
|
||||||
# display size in pixels
|
# display size in pixels
|
||||||
DISPLAY_SIZE_HORIZONTAL = 600
|
DISPLAY_SIZE_HORIZONTAL = 600
|
||||||
DISPLAY_SIZE_VERTICAL = 600
|
DISPLAY_SIZE_VERTICAL = 600
|
@ -1,12 +1,9 @@
|
|||||||
import pygame
|
import pygame
|
||||||
# wersja 1.05
|
# wersja 1.05
|
||||||
|
|
||||||
|
import Board
|
||||||
from constants import *
|
from constants import *
|
||||||
|
|
||||||
from Main import Board
|
|
||||||
from Main.constants import *
|
|
||||||
|
|
||||||
#TEST GITA
|
|
||||||
|
|
||||||
pygame.init()
|
pygame.init()
|
||||||
|
|
||||||
# display size in pixels
|
# display size in pixels
|
Loading…
Reference in New Issue
Block a user