project_game/hit.py

6 lines
108 B
Python

class Hit():
display=False
def __init__(self,char):
if char=='X':
game.end