Snoring Cat Games showcases a collection of Godot-related development tools and game projects. The most valuable one for developers is Surfacer: an AI and pathfinding framework for 2D platformers built for Godot. It pre-parses levels to generate a “platform graph,” using points on floors, walls, and ceilings as nodes, and feasible movement trajectories such as jumping, falling, and walking as edges. At runtime, it uses A* search to calculate paths.
Surfacer has a clear focus: solving the kinds of movement problems in 2D platformers that ordinary grid-based pathfinding struggles with, such as jumping, wall traversal, and ceiling movement. It supports high-level character behaviors such as wander, follow, run-away, and return, as well as point-and-click navigation for player-controlled characters. Developers can configure horizontal acceleration, jump strength, gravity, collision boundary shape and size, and which edge types are allowed for movement on a per-character basis. It also provides a platform graph Inspector for analyzing how pathfinding edges are generated, which helps when debugging complex levels.
The page also lists Scaffolder and Surface Tiler. The former is a Godot game scaffold with UI/camera zooming, screen navigation, utility functions, and a control library. The latter is a more advanced auto-tiling tool that supports 90° and 45° surfaces as well as more fine-grained sub-tile construction.
The main page does not provide pricing, licensing, or commercial support information, so it is not possible to determine commercial usability or support level from the page alone. It provides links to a Godot Asset Library package, Source Code, README, and devlog, indicating that distribution is mainly centered around the Godot Asset Library and source code. Some optional Scaffolder capabilities depend on Google Analytics and Google Cloud Storage, which require additional evaluation in terms of privacy, networking, and availability in China.
Surfacer’s strengths are its focus on the challenging problem of platformer pathfinding, along with coverage of behavior systems, movement parameters, trajectory adjustment, and debugging tools. Its design is relatively complete, and it fits well with Godot’s TileMap and 2D scene editor workflows. Its weaknesses are that the page reads more like a project overview and lacks details on version compatibility, installation steps, licensing, maintenance frequency, API references, and stability. It is therefore not enough to make a production decision based solely on the page.
It is suitable for indie developers using Godot to build 2D platformers, platform action RPGs, point-and-click platform games, or games that require NPCs to perform automatic jumping pathfinding. The page does not describe access from China. If Google Analytics, Google Cloud Storage, or Discord-related features are used, domestic network availability may be uncertain. Alternatives include building a custom solution with Godot’s built-in NavigationAgent2D/AStar2D, using other pathfinding plugins from the Godot Asset Library, or using A* Pathfinding Project in the Unity ecosystem.
⚠ This review is compiled from public sources and does not constitute a purchase recommendation. Verify all facts on the vendor's official site. Verify on snoringcatgames.com official site.
snoringcatgames.com is an Unknown Dev Tools provider. TG4G tracks its product information, an overall rating of 6.0/10, and a China-accessibility score of China direct-connect friendly. Click "Visit Official Site" to reach snoringcatgames.com directly.