About LKForge
A platform built on one idea: artificial intelligence should make games genuinely more interesting — not just harder, and not just as a feature checkbox.
Our Mission
LKForge exists to make AI-powered games accessible to everyone — free to play, instant to load, no account required. We believe the best use of modern AI in gaming is not to lock it behind subscriptions or complicated setups, but to put it directly in the browser where anyone can experience it in seconds.
Every game we build starts with a question: what would this game be if the opponent or co-creator were genuinely intelligent? That question drives every design decision — from the AI algorithm we choose to the difficulty levels we expose to players.
All games are available at lkforge.com/games — a growing arcade of AI-powered browser experiences.
How We Build AI Games
Each game uses a different AI technique suited to its genre. We do not apply a one-size-fits-all approach — the AI is chosen and tuned specifically for what makes each game interesting.
Word Games — Generative Language Models
Our word-based games use language model techniques to generate, evaluate, and surface words and definitions. The system understands vocabulary structure, letter frequency distributions, and word validity — enabling it to produce surprising but linguistically coherent results.
Strategy Games — Game-Tree Search
AI Tic Tac Toe uses a minimax algorithm with alpha-beta pruning to evaluate game states. The AI looks ahead through all possible continuations, assigns scores to outcomes, and chooses moves that minimize its worst-case loss. This is the same family of algorithms used in world-class chess engines.
Deployment — Cloudflare Workers + Subpath Routing
All games run as static web applications deployed on Cloudflare's global edge network. Each game lives at its own subpath under lkforge.com/games — routed via Cloudflare Workers Routes for zero spin-up time from anywhere in the world. No backend, no database, no session state — just fast, private, client-side AI.
The Games
AI Word Generator
lkforge.com/games/wordgenerator Generates novel words, definitions, and creative combinations. Enter a theme and explore vocabulary you have never seen before.
AI Tic Tac Toe
lkforge.com/games/tictactoe A minimax-powered opponent with selectable difficulty — from beginner-friendly to provably optimal unbeatable mode.
AI Word Unscrambler
lkforge.com/games/wordunscrambler Finds every valid word in a scrambled letter set using dictionary lookup and combinatorial search — instantly.
Try a Game
All games are free, instant, and require no account. Pick one and start playing in seconds.
Browse All Games →