Skip to content

Instantly share code, notes, and snippets.

View stu73's full-sized avatar
:octocat:
Focusing

Stuart Chalmers stu73

:octocat:
Focusing
View GitHub Profile
@soup-bowl
soup-bowl / lego-creator.yml
Last active January 19, 2023 13:00
Lutris - Lego Creator (Not working)
name: Lego Creator
game_slug: lego-creator
version: Installer
slug: lego-creator-installer
runner: wine
script:
game:
arch: win32
exe: $GAMEDIR/drive_c/Program Files/LEGO Media/Constructive/CREATOR/Creator.exe
@xsot
xsot / instructions.md
Last active March 3, 2024 13:42
sed maze solver

Usage

sed -E -f solver.sed input where input is a file containing the maze.

For best results, resize your terminal to match the height of the maze. To disable animations, delete the lines containing p.

Maze format

The solver assumes the following:

  • The maze only contains the characters # \nSE
  • Every line has the same number of characters
  • There is only one start (S) and end (E)