generated from mwc/project_game
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:
21
numbersP.py
Normal file
21
numbersP.py
Normal 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)
|
||||
Reference in New Issue
Block a user