Files
project_game/numbersP.py
root ef8004afba 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.
2024-03-11 11:22:42 -04:00

21 lines
383 B
Python

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)