Game review

Dragon Tax Return Simulator

8 / 10

Developer
Matt Walsh
Publisher
Matt Walsh
Released
1 January 2015
Platforms
Desktop (mouse and keyboard required; no touch support)
Genre
Simulation / Comedy
Monetisation
Free, no ads, no in-game purchases
Players
None

The short version

Dragon Tax Return Simulator is a small comedy gem: you are a dragon with ten minutes to fill out form D-1045, a satirical tax return, using nothing but the evidence scattered across your desk — appraisal reports for looted treasure, furious complaint letters from farmers whose crops you burned, and a running ledger of your hoard. The joke lands because the mechanic is real: cross-reference the numbers, do the arithmetic the form specifies, and type the results in before the courier arrives. This review confirmed the entire loop works with real input — clicking buttons, clicking overlapping documents to bring them to the front (the actual way you read everything on the cluttered desk), typing digits into form fields, and the full timer to courier to assessment sequence, all without a single console error. The one feature this review could not put through its paces is the literal drag-to-reposition of documents, built on classic mouse-only jQuery UI (no touch-punch polyfill) — but a plain click already brings any document to the front, so dragging is a nice-to-have for arranging your desk, not a requirement for finishing your taxes. A real phone touch test confirmed the intro dialog does not respond to a tap at all, so this is correctly slotted into the desktop tier rather than pretending to be touch-friendly.

Biggest strengths

  • The whole game loop is confirmed working end to end with real input — reading overlapping documents by clicking them to the front, typing computed values into form fields with a real keyboard, the ten-minute countdown, the courier's arrival, and a line-by-line assessment with genuinely funny commentary ("Wow. You really bungled this. I don't even know where to start.")
  • A clever, well-written satirical premise that holds up: an in-universe tax code with exemption thresholds, multiple penalty categories, and a cast of appraisers and angry townsfolk, all randomly generated so no two playthroughs have the same numbers
  • Clean, well-organized code with a genuine MIT LICENSE file from the author, so there's no ambiguity about reuse

Biggest weaknesses

  • Dragging documents around the desk — the game's own "how to play" text calls this out specifically — is built on classic jQuery UI `.draggable()` bound to legacy mousedown events with no touch-punch polyfill; a real touch tap on a simulated phone did not even dismiss the intro dialog, confirming this is mouse-only, not merely mouse-first
  • Because dragging couldn't be exercised by this review's touch-oriented test tooling, the literal document-repositioning feature is unconfirmed directly, though the more essential click-to-front behavior for reading every document was confirmed working
  • A single ten-minute round with randomized numbers has limited replay value once you've seen the joke and the form once or twice

Who it's for: Anyone who enjoys comedy sims, tax-season dark humor, or Ludum Dare curios — needs a mouse and keyboard, not a phone

Our recommendation: A short, genuinely funny desktop comedy that actually works — budget ten minutes and a working mouse

8 / 10

Every so often a jam game finds a joke so specific it becomes the whole design document, and Dragon Tax Return Simulator is one of those. You are a dragon. You have ten minutes. You have a tax form — form D-1045, Hoard Income Tax — and you have to fill it out correctly using nothing but the evidence already scattered across your desk: appraisal reports for the treasure you've looted, furious letters from farmers and shopkeepers demanding compensation for your rampages, and a running ledger of every raid you've pulled off this year. It's a joke, but it's not a throwaway one — the tax code it satirizes has real exemption thresholds, real multi-step arithmetic, and real penalty categories, and you have to actually do the math.

The loop, confirmed for real

This review's standing practice is to drive every control with real synthetic input and report only what was observed, and that testing paid off here. The desk is a mess of overlapping documents by design — appraisal reports sit on top of angry letters which sit on top of the hoard ledger — and the way you read everything is by clicking whichever one you want to bring to the front. That was tested directly: an appraisal report sitting on top of a mostly-hidden complaint letter, clicked on its one visible sliver, immediately swapped to the front and became fully readable. Typing worked exactly as expected too — clicking into the "Gold Coins" field and sending real keystrokes produced the typed digits in the box, live. Pressing "I'm finished" early correctly opened the courier's arrival dialog, and following through to "Here you go!" produced a complete line-by-line assessment ("Line A1: You underreported by 91,431 G") capped with a dryly brutal verdict on how badly the return was filled out. Zero console errors, zero page errors, zero failed requests across every one of these steps.

What this review couldn't confirm, and why it likely doesn't matter

The game's own "How to Play" text specifically mentions dragging documents around with the mouse, and that's the one thing this review could not exercise directly: the drag implementation is classic jQuery UI .draggable(), bound only to legacy mousedown events with no touch-punch compatibility shim, and this review's automated input tooling is built around touch-style gestures that this kind of decades-old mouse-only widget doesn't recognize. It's worth being honest about that gap rather than assuming the drag "must" work. What isn't in doubt, because it was tested directly, is that a plain click already solves the actual problem dragging exists to help with — reading everything on the desk — so the inability to confirm literal drag-repositioning doesn't block completing the game, just the ability to arrange documents side by side for convenience.

To settle the touch question properly, this review also loaded the game on a simulated 390×844 touch phone and tapped directly on the intro dialog's own "I'm ready!" button. Nothing happened — the tap didn't register at all, confirming this is a genuine mouse-and-keyboard experience, not a touch one that merely works better with a mouse. That's exactly the shape of game the shelf's new desktop tier exists for: something that needs a real cursor and a real keyboard to play, clearly labeled as such rather than quietly failing on a phone.

Where that leaves it

An 8.0 reflects a tight, funny, fully-functional desktop comedy: a real mechanic dressed up in a sharp joke, confirmed working end to end with real mouse clicks and real keystrokes, let down only by a cosmetic drag feature this review's tooling couldn't test directly and a short single-session runtime. Licensed MIT by Matt Walsh with a genuine LICENSE file, ten minutes long, and worth exactly that ten minutes on a desktop.

Pros and cons

Pros

  • The whole game loop is confirmed working end to end with real input — reading overlapping documents by clicking them to the front, typing computed values into form fields with a real keyboard, the ten-minute countdown, the courier's arrival, and a line-by-line assessment with genuinely funny commentary ("Wow. You really bungled this. I don't even know where to start.")
  • A clever, well-written satirical premise that holds up: an in-universe tax code with exemption thresholds, multiple penalty categories, and a cast of appraisers and angry townsfolk, all randomly generated so no two playthroughs have the same numbers
  • Clean, well-organized code with a genuine MIT LICENSE file from the author, so there's no ambiguity about reuse
  • No analytics, tracking, or backend calls of any kind — the only external requests are to long-standing public CDNs for jQuery, jQuery UI, and Handlebars, all functional dependencies rather than telemetry

Cons

  • Dragging documents around the desk — the game's own "how to play" text calls this out specifically — is built on classic jQuery UI `.draggable()` bound to legacy mousedown events with no touch-punch polyfill; a real touch tap on a simulated phone did not even dismiss the intro dialog, confirming this is mouse-only, not merely mouse-first
  • Because dragging couldn't be exercised by this review's touch-oriented test tooling, the literal document-repositioning feature is unconfirmed directly, though the more essential click-to-front behavior for reading every document was confirmed working
  • A single ten-minute round with randomized numbers has limited replay value once you've seen the joke and the form once or twice

Category scores

Category scores are the reviewer's read on each area. They inform the overall score but do not average into it — the number at the top of the page is a judgement, not a calculation.

  • Gameplay 8.5 / 10
  • Visuals 8 / 10
  • Originality 9 / 10
  • Replayability 6.5 / 10
  • Controls 7 / 10