Game review

Bytle

7.1 / 10

Developer
James Livesey
Publisher
James Livesey
Released
1 January 2024
Platforms
web
Genre
puzzle
Monetisation
free
Players
false

The short version

A binary-number twist on Wordle that hands off input entirely to a plain native number field - which turns out to be a quietly reliable choice for touch, confirmed to work correctly - though the game's own header openly points players toward its newer, more polished sibling Hexle instead.

Biggest strengths

  • A refreshingly simple, robust touch approach: rather than building a custom keypad, the guess field is a plain <input type=\"number\">, which triggers the phone's native numeric keyboard automatically - confirmed working by tapping the field, seeing it correctly receive focus, and submitting a guess that correctly converted to binary and produced accurate per-bit feedback
  • The identical flow was confirmed with a real keyboard on desktop
  • A clean, simple concept for anyone wanting a quick binary/denary conversion warm-up

Biggest weaknesses

  • The game is refreshingly honest about its own standing: its header reads \"(Go play Hexle — it's more fun and is the result of Hacker News's criticism and feedback!)\", meaning the developer has already publicly identified this as the weaker, earlier version of a game also reviewed on this shelf
  • An 8-bit binary number (0-255) offers noticeably less puzzle depth than Hexle's 16-bit hexadecimal format, with no extra logic hint layered on top
  • Presentation is bare-bones even by this developer's own minimal standard - no dedicated on-screen keypad, just a plain text field and instructions

Who it's for: Anyone who wants a quick binary-guessing warm-up, though the developer's own preference (and this reviewer's) leans toward Hexle for the fuller experience.

Our recommendation: play

7.1 / 10

Opening

Bytle asks you to guess a hidden 8-bit binary number, entered as its base-10 equivalent, with the usual green/yellow/grey per-digit feedback once it's converted and laid out on the board. It's the earlier of two related puzzles by the same developer — the game's own header says as much, pointing players toward the newer Hexle "it's more fun and is the result of Hacker News's criticism and feedback!"

A simple, honest approach to touch input

Rather than building a custom on-screen keypad, Bytle hands the entire guess-entry job to a plain <input type="number"> element. That's a good instinct for this shelf specifically: native form inputs get a phone's own well-tested numeric keyboard for free, with no custom hit-testing to get subtly wrong. It was tested rather than assumed — tapping the field was confirmed to correctly move browser focus onto it, and a full guess (89) typed and submitted correctly converted to its 8-bit binary form with accurate per-digit colour feedback. The identical sequence worked with a real keyboard on desktop. It's not flashy, but it's dependable.

A quick check for the hidden third-party hit-counter that turned up in this developer's other game (Hexle, also reviewed on this shelf) found it absent here — this repository's index.html doesn't carry it.

The developer's own verdict

It's rare for a game to point players toward a better alternative from its own title screen, and worth taking that at face value here: an 8-bit binary guess offers meaningfully less depth than Hexle's 16-bit hex format with its added daily logic hint, and there's no equivalent extra puzzle layer here to compensate.

Final Verdict

A functional, honestly-presented binary-guessing puzzle whose native-input approach to touch controls works reliably and was confirmed to do so. It's a fine few minutes on its own terms, but both its own developer and this review agree Hexle is the fuller experience if you only have time for one.

Pros and cons

Pros

  • A refreshingly simple, robust touch approach: rather than building a custom keypad, the guess field is a plain <input type=\"number\">, which triggers the phone's native numeric keyboard automatically - confirmed working by tapping the field, seeing it correctly receive focus, and submitting a guess that correctly converted to binary and produced accurate per-bit feedback
  • The identical flow was confirmed with a real keyboard on desktop
  • A clean, simple concept for anyone wanting a quick binary/denary conversion warm-up
  • Same hidden third-party hit-counter tracker pattern found in the developer's later game Hexle was checked for here too and confirmed already absent from this repository's index.html
  • Clean MIT licence

Cons

  • The game is refreshingly honest about its own standing: its header reads \"(Go play Hexle — it's more fun and is the result of Hacker News's criticism and feedback!)\", meaning the developer has already publicly identified this as the weaker, earlier version of a game also reviewed on this shelf
  • An 8-bit binary number (0-255) offers noticeably less puzzle depth than Hexle's 16-bit hexadecimal format, with no extra logic hint layered on top
  • Presentation is bare-bones even by this developer's own minimal standard - no dedicated on-screen keypad, just a plain text field and instructions

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 6.5 / 10
  • Visuals 6 / 10
  • Sound 5 / 10
  • Originality 6 / 10
  • Replayability 6.5 / 10
  • Controls 8.5 / 10