Skip to content

Commit

Permalink
remove sgj f24 page, add blog article
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihal-Pinto committed Nov 11, 2024
1 parent ac22a5a commit 387b275
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class SettingsService {
// Format: new PageLink("Link Name", "url_relative_to_the_site");
public pageLinks: PageLink[] = [
new PageLink('Home', 'home'),
new PageLink('SGJ', 'scarlet-game-jam'),
// new PageLink('SGJ', 'scarlet-game-jam'),
// new PageLink('GGJ', 'global-game-jam'),
new PageLink('Members', 'members'),
new PageLink('Projects', 'projects'),
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/home/home/home-page.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Turn on for events -->
<app-event-header></app-event-header>
<!-- <app-event-header></app-event-header> -->
<app-full-page-header color="primary" bgImage="assets/images/wide-club-interlaced.png">
<h1 class="mat-display-4 app-home-page header">
Building games <br />
Expand Down
9 changes: 9 additions & 0 deletions src/app/settings/blog-page-articles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ export const BlogPageArticles = [
/* Authors */ ["Alan Tong"],
/* Tags */ ["SGJ", "event", "spring"],
),
new ArticleInfo(
/* File path */ "2024/sgj-fall-2024",
/* Title */ "Scarlet Game Jam Fall 2024",
/* Description */ "Recounting how scarlet game jam went.",
/* Date */ "November 11, 2024",
/* Image Path */ "assets/blog-page-articles/2024/assets/sgj-fall.png",
/* Authors */ ["Nihal Pinto"],
/* Tags */ ["SGJ", "event", "fall"],
),
new ArticleInfo(
/* File path */ "2024/sgj-spring-2024",
/* Title */ "Scarlet Game Jam Spring 2024",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions src/assets/blog-page-articles/2024/sgj-fall-2024.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!--
Title: Scarlet Game Jam Fall 2024
Description: Recounting how scarlet game jam went.
Date: November 11, 2024
Image: assets/blog-page-articles/2024/assets/sgj-fall.png
Authors: Nihal Pinto
Tags: SGJ, event, fall
-->

![Picture](assets/pictures-page-images/2024/1_spring/sgj-fall-photo.png)

[Itch.io Page](https://itch.io/jam/scarlet-game-jam-fall-2024)

This semester's theme was "**Bug**," and the COGS Hive proved to be a nest of creativity.

Hatching games that creatively combined the two meanings of "bug" like "Find the Bug", and while some like "Ping the Game" leaned into the computer bugs, others, such as "Exterminator", decided to avoid them alltogether by going the card-game route.

We handed out awards of recognition in various fields as well:

- COGS Choice (popular vote): Fly TD
- Artistic Excellence: Battle Bees and Mana
- Technical Excellence: Ping the Game
- Gameplay Excellence: Scaredy Spider
- Funniest Game: The Big Steppa

0 comments on commit 387b275

Please sign in to comment.