Tagged articles

MiniGame

3 articles · Page 1 of 1
IT Learning Made Simple
IT Learning Made Simple
Jul 11, 2026 · Game Development

How "Cupping Game" Beats "Sheep Game": A Deep Dive into the IT Architecture and Stress‑Relief Design of a Viral Mini‑Game

The article explains how the new WeChat mini‑game “Cupping Game” builds on the success of “Sheep Game” by using a lightweight 99 MB package, a three‑layer architecture, cross‑device rendering, resource‑splitting and cloud storage to deliver smooth, stress‑relieving gameplay that’s easy for both players and IT beginners to understand.

CrossPlatformMiniGameWeChat
0 likes · 8 min read
How "Cupping Game" Beats "Sheep Game": A Deep Dive into the IT Architecture and Stress‑Relief Design of a Viral Mini‑Game
IT Learning Made Simple
IT Learning Made Simple
Jul 9, 2026 · Game Development

Dissecting the IT Architecture Behind the Viral Mini‑Game ‘Ba Le Ge Guan’

The article explains how the new WeChat mini‑game ‘Ba Le Ge Guan’ combines a simple, stress‑relieving “cupping” puzzle with a lightweight three‑layer architecture—native engine, JavaScript game logic, and resource rendering—leveraging cross‑device rendering, vector assets, and cloud storage to deliver instant, smooth play on any device, while comparing its design to the earlier hit ‘Yang Le Ge Yang’.

CrossPlatformMiniGameWeChat
0 likes · 9 min read
Dissecting the IT Architecture Behind the Viral Mini‑Game ‘Ba Le Ge Guan’
Wukong Talks Architecture
Wukong Talks Architecture
Jul 5, 2019 · Game Development

Step-by-Step Guide to Building a Simple WeChat Mini‑Game

This article walks through the background, monetization considerations, and detailed implementation steps—including canvas creation, enemy and player sprites, movement, collision detection, and touch handling—required to develop a basic WeChat mini‑game, with full code snippets and resource links.

Game DevelopmentJavaScriptMiniGame
0 likes · 6 min read
Step-by-Step Guide to Building a Simple WeChat Mini‑Game