scroll.server/crates/game-service
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
..
src let the bot play cards 2026-08-23 13:15:47 +03:00
Cargo.toml move players and accounts into postgres 2026-08-23 08:40:13 +03:00