Skip to content

Commit e5a3ce7

Browse files
committed
Added Oboro: Fading Forest
1 parent 45435d1 commit e5a3ce7

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

33.1 KB
Loading
21.5 KB
Loading

src/_data/games.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,23 @@ export default {
2222
spotify: "https://open.spotify.com/album/34l0R4F0FA8WE91f0RuUDV?si=a10cbcfc04e7456a"
2323
},
2424
},
25+
oboro: {
26+
title: "Oboro: Fading Forest",
27+
description: "A turn-based roguelike strategy game where you harvest and craft items in order to hold back the decay of the forest. Made for Dutch Game jam Fall 2025.",
28+
mainImage: "/assets/images/games/oboro-main-capsule.png",
29+
image: "/assets/images/games/oboro-capsule.png",
30+
tags: ["jam", "featured"],
31+
links: {
32+
itchio: "https://audune.itch.io/oboro",
33+
jam: "https://itch.io/jam/dutch-game-jam-fall-2025/rate/3978646"
34+
},
35+
},
2536
cmyktd: {
2637
title: "CMYKTD",
2738
description: "A pixel art tower defense game where you collect colored orbs to give unique upgrades to your towers. Made for 1-2-3-Scope Game Jam.",
2839
mainImage: "/assets/images/games/cmyktd-main-capsule.png",
2940
image: "/assets/images/games/cmyktd-capsule.png",
30-
tags: ["jam", "featured"],
41+
tags: ["jam"],
3142
links: {
3243
itchio: "https://audune.itch.io/cmyktd",
3344
jam: "https://itch.io/jam/123scope-jam/rate/3508593"
@@ -45,7 +56,7 @@ export default {
4556
},
4657
bean_and_brew: {
4758
title: "Bean and Brew",
48-
description: "A delightful stylized game in which speed is the flavor you need to collect and deliver your coffee as fast as possible. Made for Ludum Dare 55.",
59+
description: "A delightful stylized game in which speed is the flavor you need to collect to deliver your coffee as fast as possible. Made for Ludum Dare 55.",
4960
image: "/assets/images/games/bean-and-brew-capsule.png",
5061
tags: ["jam"],
5162
links: {

src/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div class="content">
77
<p class="is-size-7">
8-
&copy; 2019&ndash;2025 Audune Games. All rights reserved.<br>
8+
&copy; 2019&ndash;2026 Audune Games. All rights reserved.<br>
99
The Netherlands <span class="mx-1">&middot;</span> KVK: 80261426 <span class="mx-1">&middot;</span> BTW: NL003413954B13<br>
1010
Built with <a target="_blank" href="https://11ty.dev/">Eleventy</a> &middot; <a target="_blank" href="https://bulma.io/">Bulma</a> &middot; <a target="_blank" href="https://fontawesome.com/">Font Awesome</a> <span class="mx-1">&middot;</span> Source code available at <a target="_blank" href="https://github.com/audunegames/audune.com">GitHub</a>
1111
</p>

0 commit comments

Comments
 (0)