You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
for example, for the level "interior design", instead of using
touch
, I typedexplorer .
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 didls
but I assume things likeecho
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.
The text was updated successfully, but these errors were encountered: