Skip to content

Commit

Permalink
Merge pull request #73 from rsodre/underdark
Browse files Browse the repository at this point in the history
Underdark game info
  • Loading branch information
RedBeardEth authored Dec 6, 2023
2 parents c2261fc + 892c71a commit b7c036e
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 1 deletion.
Binary file not shown.
Binary file added apps/nextjs/public/games/underdark/cover.webp
Binary file not shown.
Binary file added apps/nextjs/public/games/underdark/icon.png
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.
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion packages/constants/src/Chains.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
export enum ChainId {
MAINNET = 1,
GOERLI = 5,
MISSISSIPPI_TESTNET= 33784,
MISSISSIPPI_TESTNET = 33784,

SN_MAIN = "0x534e5f4d41494e",
SN_GOERLI = "0x534e5f474f45524c49",

SLOT_TESTNET = 555, // TODO: update with the real value
}

export const CHAIN_IDS_TO_NAMES = {
Expand All @@ -13,6 +15,7 @@ export const CHAIN_IDS_TO_NAMES = {
[ChainId.MISSISSIPPI_TESTNET]: "Mississippi Testnet",
[ChainId.SN_MAIN]: "starknet_mainnet",
[ChainId.SN_GOERLI]: "starknet_goerli",
[ChainId.SLOT_TESTNET]: "Slot Testnet",
} as const;

export const L1_CHAIN_IDS = [ChainId.MAINNET, ChainId.GOERLI] as const;
Expand Down
21 changes: 21 additions & 0 deletions packages/constants/src/Games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,27 @@ export const games: Game[] = [
tokens: [Tokens.LORDS],
screenshotLength: 4,
},
{
name: "Underdark",
id: "underdark",
developer: "Team Underworld",
genres: ["Play to Die", "Roguelike", "Horror"],
color: "#faffcb",
status: "beta",
description: "Play to Lose your Miiiind!",
longform: "Underdark: Lair of the Slenderduck is a unique location in Realms.World, and a generative on-chain dungeon skin-crawler built on StarkNet. You have hubristically stumbled into the twisting tunnels beneath the manor at Old Kurnkornor, where you will lose your mind. With each step your limited light fades, and you descend further into madness. Collect Dark Tar to renew your light, avoid the twisted duck spawn, and find the stairs to escape the Slenderduck's gibbering embrace, even if only for a few more precious moments of sanity.",
links: {
homepage: "https://lootunder.world/underdark",
testnet: "https://underdark.lootunder.world/",
twitter: "https://x.com/LootUnderqorld",
},
operatingSystems: ["Web Browser"],
lords: "TBD",
chains: [ChainId.SLOT_TESTNET],
collections: [],
tokens: [Tokens.LORDS],
screenshotLength: 6,
},
{
name: "Loot Auto Chess",
id: "loot-auto-chess",
Expand Down

0 comments on commit b7c036e

Please sign in to comment.