https://classicplaygames.com/
I'd really appreciate feedback on a few things:
- Is the “choose a game → start playing” flow clear?
- Are there UX issues on mobile browsers?
- Which classic games would you want added next?
Tech notes (for those curious):
- Built with Flutter Web (Dart) compiled to WebAssembly
- All AI runs client-side (no server round-trips)
- Chess uses minimax with alpha–beta pruning
- Other games use similar minimax approaches with game-specific evaluation
- Minimal .NET backend only handles share/challenge links (30-day TTL)
- Claude Code most of it
Any feedback or bug reports would be hugely appreciated.
josexdev•8h ago
https://classicplaygames.com/
I'd really appreciate feedback on a few things:
- Is the “choose a game → start playing” flow clear?
- Are there UX issues on mobile browsers?
- Which classic games would you want added next?
Tech notes (for those curious):
- Built with Flutter Web (Dart) compiled to WebAssembly
- All AI runs client-side (no server round-trips)
- Chess uses minimax with alpha–beta pruning
- Other games use similar minimax approaches with game-specific evaluation
- Minimal .NET backend only handles share/challenge links (30-day TTL)
- Claude Code most of it
Any feedback or bug reports would be hugely appreciated.