MF100 - Can you hack the LD?



"You thought, you made a game, and end the LD? You are wrong. Now you are going to write a game for me and hack the ludum dare site! Muha ha ha!"
This is a emulator of old console, inspired by pico8. The game goal is to hack the ludum dare server, sitting in a small room, where you have only one tool - your very old pc.
By the way, did you know, that you can write a real game in this emulator?! Try it, that is insane! See the guide below.
Controls
To play the game, just type commands in the shell. If you are confused, you always can type help.
Menu commands
In the menu there are a few commands:
- help prints help dialog
- boot start the game
- about print game info
- shutdown exit the game
In-game commands
- mkdir [dir name] creates a new directory with given name
- dir prints all files in the working directory
- rm [file or dir] deletes file or directory
- woman manual
- tig tig is not git
- cd [dir] change working directory
- pwd prints working directory
- ping important :) ping-pongs a server
- shutdown exit the game
clear clear terminal
run [lua script] runs lua script
- edit [file] opens file for editing
- gimp [png file] image editor

Downloads
P.S. If you need your saves directory, it is at $(YOUR_HOME) .MF100