NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jun 30, 2023 · Game Development

Designing Test Cases for Action RPG Levels: A Structured Approach

This article presents a comprehensive method for creating test cases for action role‑playing game (ARPG) levels by analyzing game characteristics, categorising level types, explaining hard and dynamic loading, and detailing a step‑by‑step case‑design workflow that incorporates visual aids such as top‑down maps, perspective sketches and storyboards to improve clarity and coverage.

ARPGLevel Designquality assurance
0 likes · 22 min read
Designing Test Cases for Action RPG Levels: A Structured Approach
Programmer DD
Programmer DD
Sep 20, 2022 · Game Development

How to Recreate the Viral ‘Sheep a Sheep’ Puzzle Game in Godot

This article walks through recreating the popular ‘Sheep a Sheep’ puzzle game using Godot Engine, detailing the game’s mechanics, three stack patterns, data structures, detection of selectable tiles, level generation, shuffling, mask handling, and inter‑object communication, while sharing code snippets and design insights.

Data StructuresGDScriptGodot
0 likes · 15 min read
How to Recreate the Viral ‘Sheep a Sheep’ Puzzle Game in Godot