Still working on a name for my game, the file that

starts with idk runs everything. This has been
done I really just need a name. If you have any
ideas I would love to hear. Left and right arrows
control power, up and down controls launch point,
and enter launches the ball. Thanks.
This commit is contained in:
root
2024-03-11 11:22:42 -04:00
parent 54b5fa7a9f
commit ef8004afba
19 changed files with 255 additions and 0 deletions

21
numbersP.py Normal file
View File

@@ -0,0 +1,21 @@
class P1:
character = '1'
position = (23,1)
class P2:
character = '2'
position = (24,1)
class P3:
character = '3'
position = (25,1)
class P4:
character = '4'
position = (26,1)
class P5:
character = '5'
position = (27,1)
class P6:
character = '6'
position = (28,1)
class P7:
character = '7'
position = (29,1)