No description
Find a file
2026-02-23 17:54:41 -05:00
data Add card data module with ironclad starter deck 2026-02-23 17:54:41 -05:00
docs Add two design plans 2026-02-23 17:15:04 -05:00
src Add die roll and enemy action resolver 2026-02-23 17:54:41 -05:00
.gitignore Project scaffold with bun and biome 2026-02-23 17:54:41 -05:00
biome.json Project scaffold with bun and biome 2026-02-23 17:54:41 -05:00
bun.lock Project scaffold with bun and biome 2026-02-23 17:54:41 -05:00
CLAUDE.md Update agent config 2026-02-23 17:15:55 -05:00
package.json Project scaffold with bun and biome 2026-02-23 17:54:41 -05:00
README.txt Add a simple readme 2026-02-23 17:16:02 -05:00

slay with friends
=================

multiplayer browser version of slay the spire, played with friends.

based on the slay the spire board game rules from contention games.
video game card art for visuals, board game mechanics for gameplay.

1-4 players cooperate through map rooms, building decks and fighting
enemies. if any player hits 0 HP, everyone loses.

status: early development. building the core combat engine.

setup
-----

requires bun (https://bun.sh)

  bun install
  bun run dev

open http://localhost:3000

development
-----------

  bun test          run tests
  bun run check     lint + format + tests