mirror of
https://github.com/kristoferssolo/School.git
synced 2026-02-04 06:42:11 +00:00
fixed a typo
This commit is contained in:
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
|
||||
# Date - 06.03.2022
|
||||
# Date - 11.03.2022
|
||||
# Title - Space invaders
|
||||
# TODO: Add enemy movement in groups
|
||||
|
||||
import pygame
|
||||
from random import randint, randrange, choice
|
||||
from random import choice
|
||||
from os.path import abspath, dirname, join
|
||||
|
||||
WIDTH, HEIGHT = 800, 800
|
||||
|
||||
Reference in New Issue
Block a user