-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1bitweekend2020.html
55 lines (47 loc) · 1.99 KB
/
1bitweekend2020.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
<html>
<head>
<title> Making Games </title>
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Grandstander&family=Lato&display=swap" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-42906606-12"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-42906606-12');
</script>
</head>
<body>
<header>
<h1> <a href='/'> Making Games </a> </h1>
</header>
<section>
<a href="#">1 Bit Weekend Jam</a>
<br/>
<date>September 2020
</date>
</section>
<section>
<tags>
<span>Tags:</span>
<ul>
<li><a href="tagsgamedev.html">#gamedev</a></li>
<li><a href="tagsmusic.html">#music</a></li>
<li><a href="tagspico8.html">#pico8</a></li>
</ul>
</tags>
<article>
I submitted my platformer to js13k. Looking for new ideas, I stumbled upon a video about a game called Project Arrhythmia. I bought it on Steam because it had a level editor. It gave me ideas about level design and implementation of such a game. Now, I am making a similar game. I will submit it to 1-Bit Weekend Jam. It lasts for two days and there is a restriction of using only two colors. Also there is a theme I didn't use. I coded the mechanics in 1 day previous the jam has started, made some random music and sound effects. I am using Pico-8. This is a game about music and rhythm, and this is the first game I made music for. Got some feedback from Jam's discord. Next I will add a level with a boss and submit.
</article>
</section>
<footer>
| <a href="/about">About</a>
| <a href='/'>Stories</a>
| <a href='/jsgames'>Play Made Games</a>
|
<br><br> Generated with <a href="https://github.com/eguneys/jener">Jener</a>
</footer>
</body>
</html>