⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 typing of its82_3.cpp

📁 打字遊戲!Typing of the dead (console screen)
💻 CPP
字号:
// << Typing of ITS8 >>
//
// Copyright(c) 2006 by Chau Man Fai Hayes 


#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>

#include "console_screen2.h"

#define STOPLINE	23
#define GAMECOUNT	5
#define GAMESPEED	40

inline void printGrade(int correctType, int wrongType, int win, int mark);

int correctType, wrongType, stage = 1;
int win, mark;
int i;

int main()
{  
	int nScrW, nScrH;    //砞﹚跌怠

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -