if event.tpye == pygame.QUIT:
AttributeError: 'Event' object has no attribute 'tpye'
这是错误报告
你代码敲错了。
是event.type,你敲成了event.tpye了