2021
09-10
09-10
Python pygame实现中国象棋单机版源码
Python中国象棋单机版鼠标点击操作;两天制作,较为粗糙,很多效果还未实现。#-*-coding:utf-8-*-"""CreatedonSunJun1315:41:562021@author:Administrator"""importpygamefrompygame.localsimport*importsysimportmathpygame.init()screen=pygame.display.set_mode((450,550))pygame.display.set_caption('中国象棋')img_board=pygame.image.load('F:/images/中国象棋/board.png')img_redSoldier=pygame.image.lo...
继续阅读 >