Skip to content

Commit

Permalink
update, and shoot and build game
Browse files Browse the repository at this point in the history
  • Loading branch information
ceitine committed Oct 25, 2024
1 parent eef4282 commit cdd3985
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions src/lib/types/Games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ export enum GameState {
}

export const Games: Game[] = [
{
title: 'Shoot and Build',
summary:
'A first-person shooter where you can destroy everything that surrounds you. Inspired by the classic hit game Ace of Spades.',
date: new Date(2024, 9, 1),
logo: '/games/snb_logo.png',
contributors: [
'ceitine',
'rndtrash',
'Grodbert',
'wheatleymf',
'yart',
'ubre',
'matek',
'CyberAgent'
],
state: GameState['In Development'],
sboxIdent: 'fish.shoot_and_build'
},
{
title: 'Death Card',
summary:
Expand All @@ -59,6 +78,7 @@ export const Games: Game[] = [
},
sboxIdent: 'fish.deathcard'
},

{
title: 'In This House',
summary:
Expand Down
Binary file added static/games/snb_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cdd3985

Please sign in to comment.