Game Is Hard Level 122 Breakdown
What You See
A diagram of dots connected by lines, with a numeric input below. The figure is a graph — corners and edges — and the question is to report its structure as a number.
Why You're Stuck
I counted the dots, got eight, then counted the lines, got five, and immediately tried to do something clever with them — add them to 13, multiply them, or treat them as separate answers. The puzzle wants neither. It wants the two counts concatenated: 8 then 5, written as 85. The math was in my head, not in the level.
The Answer
Type 85. The diagram has 8 vertices (dots) and 5 connections (lines), and the answer is those two numbers written together.
How to Beat It
- Count the dots — there are 8 vertices.
- Count the lines — there are 5 connections.
- Enter 85 — vertices first, then connections, as a single number.
Troubleshooting
- Got 13: you added them. The level wants 8 and 5 side by side, not summed.
- Miscounted the dots: every corner dot counts as a vertex — go corner by corner.
- Miscounted the lines: count each straight segment once, not the spaces between them.
Why It Works
The level is a graph-theory counting task disguised as a math problem. The two structural properties — vertex count and edge count — are each a single digit here, so the intended answer is their concatenation, not a computation. It preys on the instinct to perform an operation when the real rule is just "write the two numbers down in order."
The Rule to Carry Forward
When a puzzle asks for two counts, try writing them together before adding or multiplying. Concatenation is often the hidden operation.
- Count, then concatenate — two single-digit answers frequently become one two-digit number.
- Distinguish vertices from edges — dots and lines are separate counts.
- Resist arithmetic — if no operator is shown, the numbers may just sit side by side.
Say "eight dots, five lines" out loud, then write exactly that as a number: 85. No plus sign anywhere.
Adding 8 and 5 to get 13. The answer is the two counts joined — 85 — not their sum.
Get the Official Game
Game Is Hard Level 122 FAQ
What is the answer to Game Is Hard Level 122?
85. The figure has 8 vertices and 5 connections, and entering those two numbers side by side gives 85.
How do I count in Game Is Hard Level 122?
Count the vertices (corner dots) — there are 8 — then the connections (lines between them) — there are 5. Combine them as 85.
Why 85 and not 13 in Game Is Hard Level 122?
The level wants the two counts written together as a single number, not added. 8 vertices and 5 connections reads as 85.
More Game Is Hard Help
This is one guide in a complete Game Is Hard index — every stage we've solved is listed on the home page.