zl程序教程

您现在的位置是:首页 >  其他

当前栏目

pyqt5实战之真爱游戏(2048改版)

游戏 实战 PyQT5 改版
2023-09-14 09:05:36 时间

在这里插入图片描述

#!/usr/bin/env python
# -*- coding: utf-8 -*-

'''
Game 2048 designed with pyqt5
Author: yiwente
Date: 2020.02.23
Author:dfy
Date:2020.10.27
添加中文1314 玩法
'''

from PyQt5.QtWidgets import QMainWindow, QApplication, QMessageBox
from PyQt5.QtGui import QPain