Skip to content

Commit

Permalink
+ js13kgames-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
Schnark authored Sep 7, 2023
1 parent f251e43 commit 50ddb99
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
9 changes: 8 additions & 1 deletion js13k.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@
</head><body>
<h1>Games for js13kGames</h1>

<p><a href="https://js13kgames.com/">js13kGames</a> is a JavaScript coding competition with a file size limit of 13&nbsp;kilobytes. The competition is organized by Andrzej Mazur, and runs every year from 13 August to 13 September. I participated the first time in 2017 and created several games since then:</p>
<p><a href="https://js13kgames.com/">js13kGames</a> is a JavaScript coding competition with a file size limit of 13&nbsp;kilobytes. The competition is organized by Andrzej Mazur, and runs every year from 13&nbsp;August to 13&nbsp;September. I participated the first time in 2017 and created several games since then:</p>

<ul>
<li>
<h2>Sir Bruno’s Minnelied</h2>
<img alt="" src="js13kgames-2023/min/160x160.png">
<p>Year: 2023; categories: desktop, mobile</p>
<p><a href="https://js13kgames.com/entries/sir-brunos-minnelied">entry</a>, <a href="https://js13kgames.com/games/sir-brunos-minnelied/index.html">play</a>, <a href="https://github.com/Schnark/js13kgames-2023">code</a>, <a href="js13kgames-2023/index.html">development version</a>
</li>

<li>
<h2>Yellow and Blue</h2>
<img alt="" src="js13kgames-2022/build/160x160.png">
Expand Down
8 changes: 6 additions & 2 deletions overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,27 @@
</head><body>
<h1>Overview</h1>
<p>This is an overview over all my code, published on GitHub and elsewhere.</p>

<h2>Apps for Firefox OS</h2>
<p>Most of my apps for Firefox are listed on the <a href="index.html">main page</a>, except for <a href="https://github.com/Schnark/stundenbuch">stundenbuch</a>, which is omitted from that list, because it requires a password for access. Most of these apps should also work in any browser.</p>
<p>Most of my apps for Firefox are listed in the <a href="ffos-apps.html">list of apps</a>, except for <a href="https://github.com/Schnark/stundenbuch">stundenbuch</a>, which is omitted there, because it requires a password for access. Most of these apps should also work in any browser.</p>
<p>There are some additional repositories:</p>
<ul>
<li><a href="https://github.com/Schnark/schnark.github.io">schnark.github.io</a> contains the code for installation.</li>
<li><a href="https://github.com/Schnark/partial-firefox-marketplace-backup">partial-firefox-marketplace-backup</a> contains a few apps from the old Firefox OS Marketplace.</li>
<li><a href="https://github.com/Schnark/ffos-simulator">ffos-simulator</a> contains some experimental code to run Firefox OS apps directly in any modern browser.</li>
</ul>

<h2>js13kGames</h2>
<p>Until now I participated six times in the <a href="https://js13kgames.com/">js13kGames competition</a>: <a href="https://github.com/Schnark/js13kgames-2017">2017</a>, <a href="https://github.com/Schnark/js13kgames-2018">2018</a>, <a href="https://github.com/Schnark/js13kgames-2019">2019</a>, <a href="https://github.com/Schnark/js13kgames-2020">2020</a>, <a href="https://github.com/Schnark/js13kgames-2021">2021</a>, and <a href="https://github.com/Schnark/js13kgames-2022">2022</a>.</p>
<p>Until now I participated seven times in the <a href="https://js13kgames.com/">js13kGames competition</a>: <a href="https://github.com/Schnark/js13kgames-2017">2017</a>, <a href="https://github.com/Schnark/js13kgames-2018">2018</a>, <a href="https://github.com/Schnark/js13kgames-2019">2019</a>, <a href="https://github.com/Schnark/js13kgames-2020">2020</a>, <a href="https://github.com/Schnark/js13kgames-2021">2021</a>, <a href="https://github.com/Schnark/js13kgames-2022">2022</a>, and <a href="https://github.com/Schnark/js13kgames-2023">2023</a>.</p>

<h2>Wikipedia</h2>
<p>The code of my Wikipedia user scripts isn’t published on GitHub, but on Wikipedia.</p>
<ul>
<li><a href="https://de.wikipedia.org/wiki/Spezial:Präfixindex?prefix=Schnark/js&namespace=2">This list</a> contains most scripts (including documentation and tests, and deprecated scripts).</li>
<li>There are also <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/vector.js">vector.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/vector.css">vector.css</a>, <a href="https://meta.wikimedia.org/wiki/User:Schnark/global.js">global.js</a>, and <a href="https://meta.wikimedia.org/wiki/User:Schnark/global.css">global.css</a>.</li>
<li>Some old scripts (some are old versions of above scripts) are <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/letzteredit.js">letzteredit.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/toolbar.js">toolbar.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/toolbar-basic.js">toolbar-basic.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/toolbar.js/standardbar.js">toolbar.js/standardbar.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/veEditsummary.js">veEditsummary.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/monobook.js">monobook.js</a>, and <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/monobook.css">monobook.css</a>. In some cases, the code is only available in the history.</li>
</ul>

<h2>Other code</h2>
<p><a href="https://github.com/Schnark/mr-c-mr-t">mr-c-mr-t</a> contains the code for an interactive story by Lewis Carroll.</p>
<p><a href="https://github.com/Schnark/moz-activity">moz-activity</a> contains a polyfill for the <code>MozActivity</code> class.</p>
Expand Down
1 change: 1 addition & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<url><loc>https://schnark.github.io/js13kgames-2020/index.html</loc></url>
<url><loc>https://schnark.github.io/js13kgames-2021/index.html</loc></url>
<url><loc>https://schnark.github.io/js13kgames-2022/index.html</loc></url>
<url><loc>https://schnark.github.io/js13kgames-2023/index.html</loc></url>
<!--other-->
<url><loc>https://schnark.github.io/mr-c-mr-t/</loc></url>
<url><loc>https://schnark.github.io/proxy-test/index.html</loc></url>
Expand Down

0 comments on commit 50ddb99

Please sign in to comment.