# TypingGame **Repository Path**: liuweilhy/TypingGame ## Basic Information - **Project Name**: TypingGame - **Description**: 很简单的字母打字游戏,分关卡,计分,失误10次结束游戏。 用到Qt的Graphics框架,另外继承QTimer类拓展出暂停pause和继续resume函数,但不完美。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-12-28 - **Last Updated**: 2022-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 打字游戏 Typing Game ### GUI ![gui](./gui/gui.jpg "Optional title") ![gui2](./gui/gui2.jpg "Optional title") ### 说明 很简单的打字游戏,分关卡,计分,失误10次结束游戏。 用到Qt的Graphics框架,另外继承QTimer类拓展出暂停pause和继续resume函数,但不完美。