mirror of
https://github.com/kristoferssolo/School.git
synced 2025-10-21 20:10:38 +00:00
fixed a typo
This commit is contained in:
parent
8a6e228c8c
commit
785c7c08ee
1
pygame/space_invaders/requirements.txt
Normal file
1
pygame/space_invaders/requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
pygame==2.1.2
|
||||||
@ -1,10 +1,9 @@
|
|||||||
# Author - Kristiāns Francis Cagulis
|
# Author - Kristiāns Francis Cagulis
|
||||||
# Date - 06.03.2022
|
# Date - 11.03.2022
|
||||||
# Title - Space invaders
|
# Title - Space invaders
|
||||||
# TODO: Add enemy movement in groups
|
|
||||||
|
|
||||||
import pygame
|
import pygame
|
||||||
from random import randint, randrange, choice
|
from random import choice
|
||||||
from os.path import abspath, dirname, join
|
from os.path import abspath, dirname, join
|
||||||
|
|
||||||
WIDTH, HEIGHT = 800, 800
|
WIDTH, HEIGHT = 800, 800
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user