<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg" -->

---
title: Generating infinite, age-appropriate Cat Crimes puzzles
description: A developer built a puzzle generator for the Cat Crimes board game after the commercial puzzle cards became too difficult for his 5-year-old. The program...
canonical: https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Generating infinite, age-appropriate Cat Crimes puzzles | daily.dev
og:description: A developer built a puzzle generator for the Cat Crimes board game after the commercial puzzle cards became too difficult for his 5-year-old. The program...
og:url: https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg
og:image: https://api.daily.dev/og/posts/aZrlA7ZMG.png
og:image:alt: Generating infinite, age-appropriate Cat Crimes puzzles
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Generating infinite, age-appropriate Cat Crimes puzzles

**[Robert Heaton](https://daily.dev/sources/robertheaton)** · 5 min read · 0 upvotes · 0 comments

## Summary

A developer built a puzzle generator for the Cat Crimes board game after the commercial puzzle cards became too difficult for his 5-year-old. The program generates random puzzles, validates them for a unique solution, and applies difficulty constraints (e.g., limiting exact-position clues) to keep them beginner-friendly. A ChatGPT integration mode is also included, where the tool validates AI-generated puzzles in an iterative debugging loop. A PDF of 20 pre-generated puzzles and the open-source code are available for download.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://robertheaton.com/cat-crimes/>

## Similar posts on daily.dev

- [From constraint models to playable puzzle games](https://daily.dev/posts/from-constraint-models-to-playable-puzzle-games-f3qpshgb8) · Lobsters · 0 upvotes · 0 comments
- [ChatGPT’s agent can dodge select CAPTCHAs after priming](https://daily.dev/posts/chatgpt-s-agent-can-dodge-select-captchas-after-priming-j3fwgjqf4) · The Register · 1 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python), [#chatgpt](https://daily.dev/tags/chatgpt)

[View this post on daily.dev](https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Generating infinite, age-appropriate Cat Crimes puzzles","url":"https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg"},"datePublished":"2026-03-31T12:29:17.138Z","dateModified":"2026-03-31T12:51:54.847Z","description":"A developer built a puzzle generator for the Cat Crimes board game after the commercial puzzle cards became too difficult for his 5-year-old. The program...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a71e6c77de8b44f12ce62e5633cb35cc?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/a71e6c77de8b44f12ce62e5633cb35cc?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Robert Heaton","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Robert Heaton","logo":"https://media.daily.dev/image/upload/s--grUlzRFm--/f_auto,q_auto/v1774960034/logos/robertheaton?_a=BAMAMiWQ0","url":"https://daily.dev/sources/robertheaton"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/generating-infinite-age-appropriate-cat-crimes-puzzles-azrla7zmg","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"python,chatgpt","timeRequired":"PT5M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Robert Heaton","item":"https://daily.dev/sources/robertheaton"},{"@type":"ListItem","position":3,"name":"Generating infinite, age-appropriate Cat Crimes puzzles"}]}
```

