Публичные репозитории

RepositoryLicenseDependabotGemini-reviewLabeler
dicechess-playotheryesyesyes
dicechess-reference-botmityesnoyes
dicechess-engine-scalaotheryesyesyes
dicechess-analytics-uiagpl-3.0yesyesyes
dicechess-analyticsagpl-3.0yesyesyes
dicechess-ingest-gatewayotheryesnoyes
dicechess-play-apiotheryesyesyes
dicechess-bot-runtimemityesnono
dicechess-bot-gcp-onnxotheryesnono
dicechess-bot-cloudflare-greedyagpl-3.0nonono
dicechess-bot-gcpothernonono
dicechess-bot-scalamitnonono
dicechess-bot-azureothernonono
dicechess-bot-cloudflareagpl-3.0nonono
dicechess-bot-pythonmitnonono
dicechess-bot-typescriptmitnonono
dicechess-bot-randommitnonono

Приватные репозитории

RepositoryLicenseDependabotGemini-reviewLabeler
dicechess-hunterothernonono
dicechess-docs-yesnono
dicechess-observer-yesnoyes
dicechess-house-botsmityesnoyes
dicechess-ev-yesnono
dicechess-infra-nonono
dicechess-bots-yesnoyes
dicechess-sync-yesnoyes
beturanga-observer-yesnoyes
dicechess-labotheryesnoyes
dicechess-extension-yesnoyes
dicechess-api-nonono
dicechess-raw-archive-nonono

Публичные репозитории

RepositoryLicenseDependabotGemini-reviewLabelerDescriptionTopics Count
dicechess-playotheryesyesyesPublic play-vs-bot site for Dice Chess — anonymous, in-browser games against our engine bots, recorded to dicechess-analytics. SvelteKit 2 + Svelte 5, client-side Scala.js engine, PWA.10
dicechess-reference-botmityesnoyesReference bot for the Dice Chess Bot API — an always-online opponent that dog-foods the API (JVM, wraps the engine).8
dicechess-engine-scalaotheryesyesyesHigh-performance parallelized Expectimax game engine and probability calculator for Dice Chess, written in Scala 3.10
dicechess-analytics-uiagpl-3.0yesyesyesFrontend interface and interactive game visualizer for the Dice Chess Analytics platform.7
dicechess-analyticsagpl-3.0yesyesyesHigh-performance analytical backend and data pipeline for Dice Chess. Ingests, normalizes, and analyzes 140k+ games using Scala 3, PostgreSQL, and the dicechess engine.8
dicechess-ingest-gatewayotheryesnoyesToken-holding ingest relay: forwards dicechess-play games to dicechess-analytics with the Bearer token, kept out of the browser. Node 26, plain node:http, deployed on Koyeb.8
dicechess-play-apiotheryesyesyesAuthoritative real-time server for Dice Chess — human-vs-human play, the doubling cube, and a third-party Bot API. Phase 3: Scala 3, cats-effect, http4s, WebSocket, reusing the dice-chess engine on the JVM.11
dicechess-bot-runtimemityesnoyesTransport runtime for DiceChess webhook bots: HMAC signing, handshake, and HTTP wiring — callable from Java, Kotlin, or Scala.6
dicechess-bot-gcp-onnxotheryesnoyesDice Chess webhook bot: the engine’s ONNX 2-ply expectimax (bring your own model) + opening book, on Google Cloud Run.9
dicechess-bot-cloudflare-greedyagpl-3.0nonoyesDice Chess ladder anchor: unmodified engine greedy on Cloudflare Workers — a fixed lower-bound reference, deliberately never improved.7
dicechess-bot-gcpothernonoyesA Dice Chess webhook bot in Scala: the engine’s Monte-Carlo search on the JVM, on Google Cloud Run.8
dicechess-bot-scalamitnonoyesMinimal Dice Chess webhook bot starter in Scala — no engine, no dependencies beyond the shared webhook runtime, random move by default. GraalVM native image on Azure Functions. MIT.6
dicechess-bot-azureothernonoyesEngine-powered Dice Chess webhook bot — aggressive king-hunt search + opening book, GraalVM native image on Azure Functions. Built from the dicechess-bot-scala template. AGPL.6
dicechess-bot-cloudflareagpl-3.0nonoyesDice Chess webhook bot on Cloudflare Workers — runs the real engine (aggressive + opening book) via its Scala.js build, no container, no cold start. AGPL.6
dicechess-bot-pythonmitnonoyesDependency-free Python starter for Dice Chess bots — Use this template, run, play. MIT.5
dicechess-bot-typescriptmitnonoyesZero-dependency TypeScript starter for Dice Chess bots — Use this template, run, play. MIT.5
dicechess-bot-randommitnonoyesMinimal Dice Chess webhook bot example — random move by default. Zero dependencies, MIT licensed.6

Публичные репозитории

RepositoryLicenseDependabotGemini-reviewLabelerDescriptionTopics Count
dicechess-playagpl-3.0yesyesyesPublic play-vs-bot site for Dice Chess — anonymous, in-browser games against our engine bots, recorded to dicechess-analytics. SvelteKit 2 + Svelte 5, client-side Scala.js engine, PWA.10
dicechess-reference-botmityesnoyesReference bot for the Dice Chess Bot API — an always-online opponent that dog-foods the API (JVM, wraps the engine).8
dicechess-engine-scalaagpl-3.0yesyesyesHigh-performance parallelized Expectimax game engine and probability calculator for Dice Chess, written in Scala 3.10
dicechess-analytics-uiagpl-3.0yesyesyesFrontend interface and interactive game visualizer for the Dice Chess Analytics platform.7
dicechess-analyticsagpl-3.0yesyesyesHigh-performance analytical backend and data pipeline for Dice Chess. Ingests, normalizes, and analyzes 140k+ games using Scala 3, PostgreSQL, and the dicechess engine.8
dicechess-ingest-gatewayagpl-3.0yesnoyesToken-holding ingest relay: forwards dicechess-play games to dicechess-analytics with the Bearer token, kept out of the browser. Node 26, plain node:http, deployed on Koyeb.8
dicechess-play-apiagpl-3.0yesyesyesAuthoritative real-time server for Dice Chess — human-vs-human play, the doubling cube, and a third-party Bot API. Phase 3: Scala 3, cats-effect, http4s, WebSocket, reusing the dice-chess engine on the JVM.11
dicechess-bot-runtimemityesnoyesTransport runtime for DiceChess webhook bots: HMAC signing, handshake, and HTTP wiring — callable from Java, Kotlin, or Scala.6
dicechess-bot-gcp-onnxagpl-3.0yesnoyesDice Chess webhook bot: the engine’s ONNX 2-ply expectimax (bring your own model) + opening book, on Google Cloud Run.9
dicechess-bot-cloudflare-greedyagpl-3.0yesnoyesDice Chess ladder anchor: unmodified engine greedy on Cloudflare Workers — a fixed lower-bound reference, deliberately never improved.7
dicechess-bot-gcpagpl-3.0yesnoyesA Dice Chess webhook bot in Scala: the engine’s Monte-Carlo search on the JVM, on Google Cloud Run.8
dicechess-bot-scalamityesnoyesMinimal Dice Chess webhook bot starter in Scala — no engine, no dependencies beyond the shared webhook runtime, random move by default. GraalVM native image on Azure Functions. MIT.6
dicechess-bot-azureagpl-3.0yesnoyesEngine-powered Dice Chess webhook bot — aggressive king-hunt search + opening book, GraalVM native image on Azure Functions. Built from the dicechess-bot-scala template. AGPL.6
dicechess-bot-cloudflareagpl-3.0yesnoyesDice Chess webhook bot on Cloudflare Workers — runs the real engine (aggressive + opening book) via its Scala.js build, no container, no cold start. AGPL.6
dicechess-bot-pythonmityesnoyesDependency-free Python starter for Dice Chess bots — Use this template, run, play. MIT.5
dicechess-bot-typescriptmityesnoyesZero-dependency TypeScript starter for Dice Chess bots — Use this template, run, play. MIT.5
dicechess-bot-randommityesnoyesMinimal Dice Chess webhook bot example — random move by default. Zero dependencies, MIT licensed.6

Приватные репозитории

RepositoryLicenseDependabotGemini-reviewLabelerDescriptionTopics Count
dicechess-hunteragpl-3.0yesnoyesPrivate: hand-crafted king-hunt evaluator for Dice Chess (closed strategy module over the AGPL engine).7
dicechess-docs-yesnonoObsidian vault containing documentation, architecture design notes, and daily journals for the Dice Chess project ecosystem.6
dicechess-observer-yesnoyesHeadless watcher for dicechess.com live games — normalizes finished games and ingests them into dicechess-analytics.8
dicechess-house-botsmityesnoyesPrivate fleet of official house bots for the dice-chess play platform (model-backed strategies)0
dicechess-ev-yesnonoPrivate EV / win-probability model training pipeline for Dice Chess (closed evaluation module, open-core strategy)0
dicechess-infra-nononoInfrastructure-as-Code (Terraform) for Dice Chess — ephemeral hackathon cloud stand on Oracle Cloud.0
dicechess-bots-yesnoyes-0
dicechess-sync-yesnoyesBackfills the full dicechess.com game history into dicechess-analytics — crawls the player graph, normalizes, and ingests completed games.10
beturanga-observer-yesnoyesCollects Dice Chess games from beturanga.com over Socket.IO and ingests them into dicechess-analytics10
dicechess-labotheryesnoyesA private workspace for Dice Chess API exploration, data extraction, and PWA trainer development.0
dicechess-extension-yesnoyesChrome/Edge browser extension that automates gameplay on dicechess.com using a local engine.4
dicechess-api-nonono-0
dicechess-raw-archive-nononoImmutable raw-JSON archive (bronze layer) for Dice Chess games — store once on dexus, re-convert without re-scraping the source site.8

Можно ли сделать миграцию на SBT 2? https://github.com/rabestro/dicechess-bot-gcp/pull/4