Commit 9fda5d91 by BellCodeEditor

auto save

parent 14caab5d
player=input("请出拳:石头/剪刀/布")# 玩家出拳 import pygame
print("玩家出拳:"+player) from pygame import locals
\ No newline at end of file screen = pygame.display.set_mode((1000,600))
pygame.display.set_caption("bellcode")
while true:
for event in pygame.event.get():
if event.type == locals.QUIT
exit()
\ No newline at end of file
hero1.png

12.4 KB

hero2.png

10.9 KB

hero3.png

11.3 KB

hero4.png

11.5 KB

hero5.png

11.9 KB

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