Browser games without the faff
KJ’s Games is a small home for quick browser games: easy to open, simple to understand and satisfying to replay. Some are familiar card games, some are word puzzles and others are experiments that might grow over time.
The site is also a practical product playground: a place to ship real work, learn from the details and build repeatable patterns without letting a side project turn into a haunted house.
Playable now
Solitaire
A classic Klondike-style browser Solitaire game for quiet five-minute victories, near misses and suspiciously stubborn kings.
Pyramid
A quick card-pairing puzzle where players clear the pyramid by pairing exposed cards that total thirteen.
Scrambled
A word game with quick Free Play rounds and Theme Hunt puzzles where solved words help reveal a hidden final answer.
Signal Grid
A logic game built around a 6×6 number grid where every row, column and signal box contains the numbers 1 to 6.
Goals
- Ship games in small, repeatable releases.
- Keep the experience quick to open and free from account friction.
- Build reusable foundations so each new game does not require rewiring the whole site.
- Use analytics and playtesting as supporting inputs for future improvements.
- Keep the project enjoyable enough to continue expanding over time.
Approach
Start with a shared foundation
Solitaire shaped the wider architecture: state management, seeded-game thinking, reusable packages and the question of how individual games should load only when requested.
Reuse without flattening the games
Pyramid extends the card-game foundation. Scrambled explores themes, replay value and content structure. Signal Grid adds a lighter logic-game direction with a deliberately smaller 1-to-6 format.
Keep the public proposition simple
The current site is deliberately direct: four live browser games, no accounts and no unnecessary faff. Analytics and future product layers remain useful behind the scenes without taking over the public experience.
Results
- Four playable games are live.
- The shared architecture supports different game types without loading everything upfront.
- Each game contributes a smaller product lesson to the wider site.
- The project has become a practical way to learn through shipping rather than waiting for a perfect grand plan.