oh-my-git icon indicating copy to clipboard operation
oh-my-git copied to clipboard

Is it acceptable to complete levels using external tools?

Open User670 opened this issue 2 years ago • 0 comments

for example, for the level "interior design", instead of using touch, I typed explorer . to open the repo with the file explorer on Windows, created text files using right click menu and edited them with Notepad. Then, as the game needs to be updated on the state of the directory, I ran a random command (I did ls but I assume things like echo or even an invalid command would work).

I wonder if the design of the game permits this sort of using external program to perform operations (especially using Git GUI apps to perform Git operations. ESPECIALLY when using external GUI apps will grant the in-game command line badge, since no in-game cards are played), and whether there should be checks on changes done to the directories that did not come from an action from within the game.

User670 avatar Dec 21 '23 05:12 User670