Skip to content

Commit dd5118f

Browse files
committed
sgj f25 blog+images
1 parent 3ae75aa commit dd5118f

11 files changed

Lines changed: 48 additions & 0 deletions

File tree

src/app/settings/blog-page-articles.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ export const BlogPageArticles = [
7575
/* Authors */ ["Alan Tong"],
7676
/* Tags */ ["SGJ", "event", "spring"],
7777
),
78+
new ArticleInfo(
79+
/* File path */ "2025/sgj-fall-2025",
80+
/* Title */ "Scarlet Game Jam Fall 2025",
81+
/* Description */ "Recounting how scarlet game jam went.",
82+
/* Date */ "October 15th, 2025",
83+
/* Image Path */ "assets/blog-page-articles/2025/assets/sgj-fall.png",
84+
/* Authors */ ["Nihal Pinto"],
85+
/* Tags */ ["SGJ", "event", "fall"],
86+
),
7887
new ArticleInfo(
7988
/* File path */ "2025/sgj-spring-2025",
8089
/* Title */ "Scarlet Game Jam Spring 2025",

src/app/settings/pictures-page-images.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -869,4 +869,19 @@ export const PicturesPageImages = [
869869
/* Description */ "",
870870
/* Tags */ [],
871871
),
872+
new ImageInfo(
873+
/* File path */ "2025/IMG_7055.png",
874+
/* Description */ "",
875+
/* Tags */ [],
876+
),
877+
new ImageInfo(
878+
/* File path */ "2025/IMG_7063.png",
879+
/* Description */ "",
880+
/* Tags */ [],
881+
),
882+
new ImageInfo(
883+
/* File path */ "2025/IMG_7079.png",
884+
/* Description */ "",
885+
/* Tags */ [],
886+
),
872887
];
1.92 MB
Loading
287 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!--
2+
Title: Scarlet Game Jam Fall 2025
3+
Description: Recounting how scarlet game jam went.
4+
Date: October 15th, 2025
5+
Image: assets/blog-page-articles/2025/assets/sgj-fall.png
6+
Authors: Nihal Pinto
7+
Tags: SGJ, event, fall
8+
-->
9+
10+
![Picture](assets/blog-page-articles/2025/assets/sgj-f25-group-photo.png)
11+
12+
**[Itch.io Page](https://itch.io/jam/scarlet-game-jam-fall-2025)**
13+
14+
This semester's theme was "**9 to 5**," but our submissions were anything but boring!
15+
16+
With a record high turnout, our members were ready to clock in and out with amazing submissions like the stylish math puzzle-battler [Nine to NaN](https://utinj.itch.io/nine-to-nan), or the delightfully dreary [Gas and Mimics](https://renjiji.itch.io/gas-and-mimic) that really wants to ask for your papers, please. Featuring guest appearances from Dolly Parton in [Traffic Jam](https://skullmbones.itch.io/traffic-jam) and the *actual assembly code compiler* of [some_Assembly_Required](https://alxjay.itch.io/some-assembly-required), this game jam felt absolutely nothing like work.
17+
18+
But now that we return to the doldrums of normalcy, the 9-to-5 of life, these games will stay with us for a lot longer than the 8 hours on the clock.
19+
20+
We had a few awards this time too. The winners were:
21+
- MVP Award: [Gas and Mimics](https://renjiji.itch.io/gas-and-mimic)
22+
- Excellence in Design: [The Boss Level](https://wowus03.itch.io/the-boss-level)
23+
- Innovative Theme Interpretation: [Teacher's Terror](https://urvigpatel.itch.io/teachers-terror)
24+
- COGS' Choice (Popular Vote): [The Boss Level](https://wowus03.itch.io/the-boss-level)
854 KB
Loading
879 KB
Loading
1.11 MB
Loading
58.1 KB
Loading
60.3 KB
Loading

0 commit comments

Comments
 (0)