Skip to content

Commit

Permalink
Merge pull request #80 from ArcaneAssemblers/add-arcane-assembler
Browse files Browse the repository at this point in the history
Add arcane assembler to Realms game list
  • Loading branch information
RedBeardEth authored Dec 13, 2023
2 parents ed2aef3 + 1923196 commit a735e3f
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
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.
22 changes: 22 additions & 0 deletions packages/constants/src/Games.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,26 @@ export const games: Game[] = [
tokens: [Tokens.LORDS],
screenshotLength: 3,
},
{
name: "Arcane Assembler",
id: "arcane-assembler",
developer: "Arcane Assemblers",
genres: ["Play to Die", "Card Game"],
color: "#f5f5f5",
status: "development",
description: "Arcane Assembler",
longform:
"Arcane Assembly is a Play2Die card game where you must build the most powerful spell you can... without exploding first. Forage for ingredients, perform rituals, and summon helpers but manage your time wisely. Spells left unattended quickly become unstable. Compete with other mages from across the realm for bragging rights and rewards.",
links: {
homepage: "https://github.com/ArcaneAssemblers/spellcrafter",
discord: "https://discord.gg/4S97gdsK",
twitter: "https://twitter.com/ArcaneAssembler",
},
operatingSystems: ["Web Browser"],
lords: "TBD",
chains: [ChainId.SN_GOERLI],
collections: [],
tokens: [],
screenshotLength: 4,
},
];

0 comments on commit a735e3f

Please sign in to comment.