Commit e9dee691 by BellCodeEditor

save project

parent ac5bdc45
Showing with 52 additions and 0 deletions
......@@ -80,3 +80,55 @@ def cure(self):
if self .hp>self.max_hp:
self.hp=self.max_hp
print()
import pygame
pygame.init()
scree=pygame.display.set_mode(200,100)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment