Day 4 of building HackMeNow in Python.

Today I’m building Level 2: The Missing Logs.

`/var/log/coffee.log` is gone, so the player has to find the backup, inspect it, and restore it using Linux-style commands:

find
cat
cp
mv
sudo

Try copying without sudo and you get permission denied. Use the right command and the system is restored.

Linux learning, but make it a terminal puzzle game.

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

#HackMeNow #IndieGameDev #Python #Pygame #Linux #GameDev