hv0905 / HacknetOS

A pure C++ console edition of hacker game HACKNET
https://hacknet-cli.edgeneko.com
GNU General Public License v3.0
33 stars 3 forks source link

The prompt word "PortHack" #6

Closed RaccoonWhu closed 1 year ago

RaccoonWhu commented 1 year ago

The game sometimes prompts you to type "PortHack", but in fact, it can only recognize "porthack". It should be considered to fix this BUG, otherwise, players will be very confused. image image-1 image It might be better if this bug can be fixed.

RaccoonWhu commented 1 year ago

image And these outputs "Probe" in HacknetApplication.cpp file also do not match the command "nmap".

hv0905 commented 1 year ago

image And these outputs "Probe" in HacknetApplication.cpp file also do not match the command "nmap".

image

The command output, like other components of the game, is intended to closely resemble the original 'Hacknet' game. Therefore, we have no plans to modify the nmap output to mimic the actual 'nmap' command in Linux. All the commands in the game have been optimized to facilitate easier understanding for computer beginners.

hv0905 commented 1 year ago

As for the PortHack, maybe we can make all the command case-insensitive?

hv0905 commented 1 year ago

fixed in #7