Nictheboy / GHG

A hacker's game
9 stars 1 forks source link

一些建议 #5

Closed Rratic closed 3 years ago

Rratic commented 3 years ago

你好像移除了颜色系统?

windows下也可以使用,但要先执行任意system指令,比如可以使用system("");

建议增加清屏功能,

#ifdef __linux
#define cls system("clear");
#endif
#ifdef _WIN32
#define cls system("cls")
#define fix_output system("chcp 65001");//以utf-8格式输出,读文本文件可能有用
#endif

错别字:

第二关

在上次让你练习telnet的那台主机上,存有一份wget.exe。你得在连接一次29.53.103.3,然后用scp指令把它复制过来。

在->再

Nictheboy commented 3 years ago

收到

NicholasYang21 commented 3 years ago

我们会使用windows API实现windows端的颜色系统。 感谢您的提议。

NicholasYang21 commented 3 years ago

Bug已经修复完毕,我们将生成下一版并添加至Releases。