-
Notifications
You must be signed in to change notification settings - Fork 2
/
js13k.html
98 lines (86 loc) · 4.4 KB
/
js13k.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Games for js13kGames</title>
<meta name="viewport" content="width=device-width">
<link rel="icon" href="main-favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="main-favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="main.css">
<style>
ul {
margin: 0;
padding: 0;
}
ul li {
display: block;
border: solid thin;
border-radius: 5px;
min-height: 4.5em;
padding: 0.5em 0.5em 0.5em 6em;
margin: 2em 0;
position: relative;
}
ul li h2 {
margin-top: 0;
}
ul li img {
width: 64px;
position: absolute;
top: 0.75em;
left: 0.75em;
}
</style>
</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 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>
<ul>
<li>
<h2>Lord Balsekil’s Lairs of Bad Luck</h2>
<img alt="" src="js13kgames-2024/min/320x320.png">
<p>Year: 2024; categories: desktop, mobile</p>
<p><a href="https://dev.js13kgames.com/2024/games/lord-balsekils-lairs-of-bad-luck">entry</a>, <a href="https://play.js13kgames.com/lord-balsekils-lairs-of-bad-luck/">play</a>, <a href="https://github.com/Schnark/js13kgames-2024">code</a>, <a href="js13kgames-2024/index.html">development version</a>
</li>
<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">
<p>Year: 2022; categories: desktop, mobile, server, web monetization</p>
<p><a href="https://js13kgames.com/entries/yellow-and-blue">entry</a>, <a href="https://yellow-and-blue.onrender.com/">play</a>, <a href="https://github.com/Schnark/js13kgames-2022">code</a>, <a href="js13kgames-2022/index.html">development version</a> (single player mode only)
</li>
<li>
<h2>Space Exploration</h2>
<img alt="" src="js13kgames-2021/min/160x160.png">
<p>Year: 2021; categories: desktop, mobile, web monetization</p>
<p><a href="https://js13kgames.com/entries/space-exploration-2021">entry</a>, <a href="https://js13kgames.com/games/space-exploration-2021/index.html">play</a>, <a href="https://github.com/Schnark/js13kgames-2021">code</a>, <a href="js13kgames-2021/index.html">development version</a>
</li>
<li>
<h2>Elementary Challenges</h2>
<img alt="" src="js13kgames-2020/min/160x160.png">
<p>Year: 2020; categories: desktop, mobile, web monetization</p>
<p><a href="https://js13kgames.com/entries/elementary-challenges">entry</a>, <a href="https://js13kgames.com/games/elementary-challenges/index.html">play</a>, <a href="https://github.com/Schnark/js13kgames-2020">code</a>, <a href="js13kgames-2020/index.html">development version</a>
</li>
<li>
<h2>The Martians are Back!</h2>
<img alt="" src="js13kgames-2019/min/160x160.png">
<p>Year: 2019; categories: desktop, mobile, web monetization</p>
<p><a href="https://js13kgames.com/entries/the-martians-are-back">entry</a>, <a href="https://js13kgames.com/games/the-martians-are-back/index.html">play</a>, <a href="https://github.com/Schnark/js13kgames-2019">code</a>, <a href="js13kgames-2019/game.html">development version</a>
</li>
<li>
<h2>Robot Coder</h2>
<img alt="" src="js13kgames-2018/min/160x160.png">
<p>Year: 2018; categories: desktop, mobile</p>
<p><a href="https://js13kgames.com/entries/robot-coder">entry</a>, <a href="https://js13kgames.com/games/robot-coder/index.html">play</a>, <a href="https://github.com/Schnark/js13kgames-2018">code</a>, <a href="js13kgames-2018/index.html">development version</a>
</li>
<li>
<h2>I’ve lost my parents!</h2>
<img alt="" src="js13kgames-2017/about/160x160.png">
<p>Year: 2017; categories: desktop</p>
<p><a href="https://js13kgames.com/entries/ive-lost-my-parents">entry</a>, <a href="https://js13kgames.com/games/ive-lost-my-parents/index.html">play</a>, <a href="https://github.com/Schnark/js13kgames-2017">code</a>, <a href="js13kgames-2017/index.html">development version</a>
</li>
</ul>
</body></html>