Skip to content

Commit

Permalink
sedmario
Browse files Browse the repository at this point in the history
  • Loading branch information
JeuJeus committed Aug 15, 2023
1 parent e764f58 commit 1aed141
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions content/blog/games/sedmario/mario-in-sed.md
Original file line number Diff line number Diff line change
@@ -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" %}

<a href="https://github.com/chebykinn/sedmario" target="_blank">You can find the Repository here</a>

But whilst you are interacting with this work of art - keep in mind that <a href="https://www.gnu.org/software/sed/manual/sed.html" target="_blank">sed is supposed to be "a stream editor [...] used to perform basic text transformations on an input stream</a>.
Binary file added content/blog/games/sedmario/sedmario.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1aed141

Please sign in to comment.