logo
Published on KernelTrap (http://kerneltrap.org)

nice spammy day, but i wanted to make (yet another) post about `sed`

By olecom
Created May 14 2008 - 07:48

"You know sokoban. Everybody knows sokoban." [1]

Best gameplay with:

stty -icanon -echo -echoctl; printf '\033c\233?25l'
while echo; do dd count=1; done 2>&- | sed -ne "
  `sed 's :q ^C g' <sokoban.sed`"
printf '\233?25h'; stty echo echoctl icanon

Animation: ftp://flower.upol.cz/dts/Sed0000/sokoban-intro.sh [2]

Game designers don't do this stupid need, i will try to. [3]


Source URL:
http://kerneltrap.org/node/16125