Game review

Catburglar

1 / 10

Developer
JohnGabrielUK
Publisher
JohnGabrielUK
Released
1 January 2013
Platforms
web
Genre
platformer
Monetisation
free
Players
false

The short version

The linked repository is a raw Godot Engine project - source scripts, scenes, sprites, and a project.godot file - with no compiled index.html, .wasm, or .pck export anywhere in it, meaning there is currently no version of this game that can be loaded in a browser at all.

Biggest strengths

  • The project contains a full set of sprites, tilesets, audio, and scene files, suggesting a complete game exists in some playable form even though this repository does not provide it

Biggest weaknesses

  • The entire repository is Godot Engine source (project.godot, scenes/, scripts/, sprites/, tilesets/) with zero compiled web output - no .html entry point, no .wasm binary, no .pck data file anywhere in the tree, confirmed by a full recursive scan of every installed file
  • There is consequently nothing to install, load, or test - no touch controls, no keyboard controls, no visuals to evaluate as a running game, because nothing runs
  • The candidate note attached to this entry assumed a playable page existed with a keyboard-only movement warning; the reality is one step further back - there isn't a playable page of any kind to check that claim against

Who it's for: Nobody, as shipped here - there is no playable build to recommend to anyone yet.

Our recommendation: skip

1 / 10

Opening

Catburglar's source repository describes a cat-burglar platformer built in the Godot engine, and the project structure backs that up: dedicated folders for scenes, scripts, sprites, tilesets, audio, and video, plus a project.godot file identifying it as a real, structured Godot project. That's where the good news ends for this shelf's purposes.

No web build exists

This shelf reviews the build that is actually served, and in this repository's case, nothing can be served at all. A full recursive scan of every file installed from the repository — every directory, every extension — turned up zero .html files, zero .wasm binaries, and zero .pck data files, which are the three file types a Godot HTML5/WebAssembly export always produces. What's here instead is exclusively the raw engine project: the same kind of source tree a developer would open in the Godot editor to keep working on the game, not something a browser can load.

The candidate note attached to this entry flagged a concern about the game requiring keyboard-only movement, sourced from an itch.io listing not included in the reviewed repository. That may well be accurate for whatever build is hosted there, but it couldn't be verified here, because there is no page, no canvas, and no game loop to test movement against in the material actually linked for review. This isn't a controls failure or a licensing problem — it's the more basic issue of there being nothing runnable to evaluate.

Final Verdict

Not reviewable as a web game in its current form: the linked repository is Godot Engine source code, not a compiled web build, and no combination of touch or keyboard input can be tested against a game that never loads. If a genuine HTML5/WebAssembly export of this project exists elsewhere, that specific build would need to be the one submitted for review.

Pros and cons

Pros

  • The project contains a full set of sprites, tilesets, audio, and scene files, suggesting a complete game exists in some playable form even though this repository does not provide it

Cons

  • The entire repository is Godot Engine source (project.godot, scenes/, scripts/, sprites/, tilesets/) with zero compiled web output - no .html entry point, no .wasm binary, no .pck data file anywhere in the tree, confirmed by a full recursive scan of every installed file
  • There is consequently nothing to install, load, or test - no touch controls, no keyboard controls, no visuals to evaluate as a running game, because nothing runs
  • The candidate note attached to this entry assumed a playable page existed with a keyboard-only movement warning; the reality is one step further back - there isn't a playable page of any kind to check that claim against

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 1 / 10
  • Visuals 1 / 10
  • Sound 1 / 10
  • Originality 1 / 10
  • Replayability 1 / 10
  • Controls 1 / 10