scroll.server/crates
WiseDev 3f0cf3d1d4 let the bot play cards
every four to eleven seconds the bot draws a card from the deck we gave
it and puts it down on its own side, on the lane of whichever of its
towers stands furthest forward. the card goes through the same summon
factory the player's cards use, so it lands in the server simulation and
reaches the player inside the next snapshot rather than through any
special path.

placement comes from the bot's own tower positions rather than from the
tilemap, so the session does not need the map threaded into it.
2026-08-23 13:15:47 +03:00
..
auth-service stop minting a new account on every login 2026-08-23 08:54:43 +03:00
game-service let the bot play cards 2026-08-23 13:15:47 +03:00
gateway push messages to the client during a battle 2026-08-23 13:03:07 +03:00
logic encode the movement component and push snapshots 2026-08-23 13:14:23 +03:00
logic-derive move all crates into crates/, glob members 2026-08-23 08:15:45 +03:00
scroll-server supervised mode: run the services as child processes 2026-08-23 09:46:59 +03:00
service-rpc push messages to the client during a battle 2026-08-23 13:03:07 +03:00
storage fix chest shop prices and gate the free chest 2026-08-23 09:02:49 +03:00
titan build and send the battle sector state 2026-08-23 10:24:20 +03:00
titan-derive build and send the battle sector state 2026-08-23 10:24:20 +03:00