diff --git a/content/blog/games/sedmario/mario-in-sed.md b/content/blog/games/sedmario/mario-in-sed.md new file mode 100644 index 0000000..7cb8138 --- /dev/null +++ b/content/blog/games/sedmario/mario-in-sed.md @@ -0,0 +1,20 @@ +--- +title: Super Mario Bros in sed +description: NES Super Mario Bros level 1 written in pure sed +date: 2023-08-15 +tags: + - games + - code +--- + +## Super Mario in sed? +Yes you have read that correctly. +This is an Implementation of the Nintendo NES Classic of Super Mario Bros in pure sed. +Or at least the first level. +Amazing accomplishment and worthwhile not only to play but to examine the code as well. + +{% image "./sedmario.gif", "sedmario credit chebykinn" %} + +You can find the Repository here + +But whilst you are interacting with this work of art - keep in mind that sed is supposed to be "a stream editor [...] used to perform basic text transformations on an input stream. \ No newline at end of file diff --git a/content/blog/games/sedmario/sedmario.gif b/content/blog/games/sedmario/sedmario.gif new file mode 100644 index 0000000..9275337 Binary files /dev/null and b/content/blog/games/sedmario/sedmario.gif differ