This page covers 43 filed patents across the Game Engines & Development category, contributed by Nintendo (15), Tencent (5), Activision Blizzard (5), Skydance Silicon Valley (3), Sony (3), Roblox (2), Hangzhou Pawprint Interactive Entertainment Technology Co.
(1), Huawei (1), ImagineAR (1), Microsoft (1), NetEase (1), Apocalypse Studios (1), Brain Jar Games (1), AMD (1), EA (1), and Gaming Revolution for International Development (1). The patents span a wide range of game engine and development technologies, including voxel-based terrain systems, character animation, collision detection, NPC behavior, and camera control, with Nintendo filing heavily across real-time world interaction mechanics such as weapon fusion, terrain deformation, and dynamic material-swapping. Activision Blizzard, Sony, and AMD each address rendering and physics systems, covering motion-matching animation pipelines, soft pause gameplay interruption handling, and AI-driven graphics optimization, while Tencent covers multiplayer mechanics including aim assist, terrain manipulation, and identity deduction combat. Roblox, Microsoft, NetEase, EA, Hangzhou Pawprint Interactive Entertainment Technology Co., ImagineAR, Brain Jar Games, Apocalypse Studios, and Gaming Revolution for International Development round out the category with patents addressing distributed virtual world architecture, automated game testing, asymmetric gameplay, respawn systems, player-pet fusion, and no-code game creation tools.
Nintendo received 15 patents, the largest share in this category, with a heavy concentration on voxel-based world systems and real-time interaction mechanics. Several of these filings address the same underlying challenge: making dynamically deformable terrain behave reliably for players. One patent covers a cliff-detection system that applies fall-prevention logic to collision meshes generated from voxel density data, accounting for terrain that can be destroyed beneath a player's feet. Another tracks voxel deformation history to ensure respawn positions are validated against the current state of the terrain rather than a static map snapshot. A third links two separate voxel objects so that destroying one causes the other to grow and compensate in volume, maintaining a conservation-of-matter effect across paired meshes. Beyond terrain stability, Nintendo also patented a mesh simplification algorithm that reduces polygon counts in voxel worlds while treating material boundaries as a constraint, preserving visual distinctions between grass, stone, and dirt even after geometry reduction. The material-focused filings extend further: one patent allows material IDs across an entire virtual space to be remapped instantly, changing both appearance and physics properties without regenerating any underlying data, while another drives those material changes dynamically based on light exposure or game logic. A related filing describes a pipeline where mining terrain produces collectible objects that inherit the material type of the source voxel, with that material determining which gameplay effect the object produces when consumed. On the combat and traversal side, Nintendo patented a weapon fusion system where players combine equipment with world objects directly on the game field, with the visual result appearing immediately in the environment rather than through a menu. A separate patent covers dynamic light source placement, letting players throw or strike objects into terrain to illuminate dark areas as a direct extension of combat inputs. The NPC behavior patents address 2 distinct coordination problems: one system pauses and resumes companion following based on player proximity ranges to prevent NPCs from drifting when a player tries to approach them, and another switches NPC command logic between ground and aerial states so players can issue orders mid-air without repositioning. Nintendo also filed patents covering a multiplayer system where players simultaneously control both an avatar and a battle creature using context-dependent input mapping, a companion capture mechanic that unifies combat and item-throwing through a shared lock-on system, an open-world racing design where players switch between characters placed across a field via a map interface, and a cooldown-override mechanic that lets players spend a secondary resource to reuse abilities that are still on cooldown.
Activision Blizzard received 5 patents, all addressing character animation and physical interaction systems. Three of the five form a tightly related cluster around a motion-matching approach built on dominant pose graphs: rather than manually authoring animation state machines, each of these patents describes a system that analyzes motion capture data using force curve measurements to automatically identify the poses that carry the most expressive weight, then organizes those poses into a graph structure with weighted transitions. One filing adds automatic stylization propagation, allowing an artistic edit applied to one pose to ripple across similar poses based on mathematical similarity metrics. Another applies the same graph architecture specifically to support multiple simultaneous animation constraints, such as a character navigating around an obstacle while maintaining rhythmic movement. A fourth patent handles secondary assets like clothing by pre-calculating deformation offsets as inverse blend shapes and applying them at runtime with minimal overhead, avoiding the geometric scaling problems of traditional approaches. The fifth takes a different direction entirely, describing a procedural first-person arm and weapon animation system that replaces motion capture data with real-time mass-spring-damper physics calculations, including dynamic dead zones that expand or contract based on view speed to produce natural inertia without pre-recorded animations.
Roblox received 2 patents covering infrastructure and tooling for large-scale virtual environments. One describes a distributed database architecture where spatial partitioning and versioned table structures allow servers to hold both authoritative and speculative states simultaneously, enabling one server to pre-simulate changes being made by another before those changes are confirmed, with regions dynamically reassigned or split based on computational load. The other, attributed to Astroblox, covers a unified game development environment designed to reduce repetitive work across art, audio, code, and design workflows by automating common development tasks within a single integrated pipeline.
Sony received 3 patents, each addressing a different stage of the game development and play experience. One describes a "soft pause" system that replaces the binary pause and play states with a spectrum of intensity levels, allowing a game to reduce its activity rather than halt entirely when a player needs to handle a communication, keeping multiplayer sessions intact. The other 2 both involve using large language models during development: one generates cross-referenced game schemas that preserve dependency relationships between game objects and then produces executable code from those schemas, while the other provides a multi-panel IDE-like workspace where an AI collaborates across an entire virtual file system, generating and editing multiple code files simultaneously while maintaining version history and enabling inline testing.
Hangzhou Pawprint Interactive Entertainment Technology Co. received 1 patent covering a character-pet fusion mechanic in which a player and their virtual pet merge into a single hybrid entity during combat, combining their respective abilities rather than operating as separate units. The system creates a transformation-based loop that moves beyond conventional pet-following or command-based designs, making the fusion state the primary mode of interaction during combat and NPC encounters.
EA received 1 patent describing a respawn mechanic for team-based battle royale play. When a player is eliminated, they drop a physical banner item at the location of defeat. A teammate must travel to that location to collect the banner, then carry it to a separate respawn beacon to execute the revival, creating a multi-step sequence that distributes the act of elimination from the act of resurrection across both geography and team coordination.
AMD received 1 patent describing a game and rendering engine that embeds AI inference directly into the core processing pipeline rather than applying machine learning as a separate post-processing layer. By treating AI as a first-class component within the engine architecture, the system applies real-time adaptive optimization to both physics and graphics computations as they run.
Huawei received 1 patent for a cloud-based asset synchronization system that allows teams using different content creation tools and game engines to collaborate on 3D assets without manually exporting or importing files. A root file uses a hierarchical reference structure pointing to separate layer files, and push and pull flags combined with cloud broadcasting allow changes to transformations, materials, and textures to propagate across distributed teams either synchronously or asynchronously.
Apocalypse Studios received 1 patent for an achievement system that writes player accomplishments directly onto RPG items as dynamic inscriptions. Rather than assigning fixed properties at item creation, the system grants inscriptions based on specific sequences of actions a player performs, and those inscriptions modify the item's characteristics in ways that reflect how the player earned them, turning each item into a record of particular gameplay choices.
Brain Jar Games received 1 patent covering an animation playback system that adjusts its speed in real-time so that character actions land on musical beats. Instead of delaying or skipping animations, or requiring players to time their inputs precisely, the system stretches or compresses animation playback rate at runtime to align with synchronization points in the music, letting the game adapt to the player's rhythm rather than demanding the player match the game's.
Skydance Silicon Valley received 3 patents, all focused on automated camera control in 3D game environments. One describes a scoring algorithm that evaluates multiple pre-placed camera viewpoints in real-time and switches between them automatically to maintain optimal framing, with a buffer system to prevent rapid switching and the ability to incorporate historical data into scoring. A second patent applies machine learning trained on telemetry data to determine both camera positioning and configuration characteristics such as angle, zoom, and transition style for each environment, removing manual camera placement from the development process entirely. The third addresses the disorientation that occurs when a camera cut suddenly shifts perspective during play, describing a system that detects when such cuts happen and adjusts the player's control scheme relative to the new camera orientation, either immediately or after observing how the player adapts.
Tencent received 5 patents spanning multiplayer combat mechanics and environment interaction. One covers an aim-assist system that analyzes which moving target a player's view ray contacts among multiple enemies and applies speed-based tracking exclusively to that single target, resolving the ambiguity that arises when several enemies occupy the same area. Another transforms fixed-duration crowd-control effects into skill-driven mechanics where players can extend a time-stop or stun indefinitely by maintaining attack combos, with energy accumulation tied to timing consistency and hit precision. A third patent enables real-time replay of battle events on mobile devices by reusing character models, textures, and animations already loaded for the current session rather than instantiating duplicate resources. The fourth combines hidden identity faction mechanics with real-time combat, creating a system where the outcome of an interaction depends on the secret identities of the 2 players involved, so combat actions simultaneously serve as deduction tools. The fifth patent allows players to physically move platforms during a multiplayer match, reshaping the spatial layout of the arena mid-combat.
NetEase received 1 patent for an asymmetric damage system designed for 1-versus-many game modes. A minority-faction player accumulates interaction-based parameters through prior scouting or contact with specific enemies, and those accumulated values stack onto base attack damage against those particular targets, rewarding preparation and stealth over direct engagement.
Gaming Revolution for International Development received 1 patent for a no-code game creation platform aimed at non-programmers. The system allows users to build video games, including educational titles, by responding to text prompts in natural language, with no visual scripting or drag-and-drop interface required, and includes built-in integration for NFT assets on platforms that would traditionally require coding knowledge.
Microsoft received 1 patent for an automated game testing platform that deploys AI agents to interact with games the way a real player would. Because the agents operate through external input devices rather than inside game code, the testing system functions across any game engine or platform without requiring custom integration, and captures gameplay data from a player-perspective vantage point at scale.
ImagineAR received 1 patent for a location-based gameplay system that connects real-world local conditions to in-game content. Rather than using GPS coordinates simply to place virtual objects, the system correlates local events, weather, and news to in-game scripts that alter storylines, characters, and challenges based on what is happening at the player's physical location.
All data sourced from USPTO patent filings. Google Patents may take several weeks to index recent publications. If a link is unavailable, search for the patent number at USPTO Patent Public Search.