Day 5 of building HackMeNow, my terminal-style hacking puzzle game.

Today I’m adding path autocomplete to the fake Linux terminal.

In Level 2, the player has to restore a missing log file, so they need to type paths like:

/var/log
/var/backups/coffee.log.bak

Typing long paths manually is annoying, so now the player can press TAB to autocomplete files and directories.

This makes the game feel closer to a real Linux shell while still running safely inside a fake filesystem.

Steam Wishlist: https://store.steampowered.com/app/4770020/HackMeNow/
Discord: https://discord.gg/jqNhXd22VX

#HackMeNow #IndieGameDev #Python #Pygame #Linux #SysAdmin #GameDev #TerminalGame #LearnLinux