ai-code-battle/starters
jedarden 164fcd225b feat(starter-typescript): add TypeScript/Node.js starter kit with Fastify
- Fastify HTTP server with HMAC-SHA256 authentication
- Full TypeScript type definitions for game protocol
- Grid utilities: toroidal distance, BFS, neighbors
- HMAC signing/verification via Node.js crypto
- Multi-stage Dockerfile for production builds
- GitHub Actions workflow for CI/CD
- Placeholder strategy that moves toward energy
- ES modules with Node.js 20+ support
2026-05-08 10:30:21 -04:00
..
csharp feat(starter/csharp): complete C# starter kit with docs, tests, and Docker verification 2026-05-04 01:26:32 -04:00
go feat(starter-go): implement Go starter kit with shared game package 2026-05-08 10:10:51 -04:00
java feat(matchmaker): implement §6.1 Pareto skill-proximity + LRU pairing algorithm 2026-04-22 17:35:00 -04:00
javascript feat(config): add season_id + rules_version to Config per §4.2 2026-04-22 18:09:26 -04:00
php feat(starter-php): add PHP starter kit (acb-starter-php) 2026-05-04 03:35:29 -04:00
python feat(starter-python): implement Flask-based Python starter kit 2026-05-08 10:10:51 -04:00
rust feat(starter-rust): add .gitignore for target/ and Cargo.lock 2026-05-08 10:22:58 -04:00
typescript feat(starter-typescript): add TypeScript/Node.js starter kit with Fastify 2026-05-08 10:30:21 -04:00