Game Development

Showing 100 articles max
Woodpecker Software Testing
Woodpecker Software Testing
Jan 15, 2026 · Game Development

Specialized Game Testing: From Functional Checks to Immersive Experience

The article systematically explores core game‑testing techniques—including functional, performance, compatibility, automation, and emerging AI‑driven methods—illustrated with real‑world cases, to provide practitioners with a practical framework for ensuring both technical quality and player immersion.

AI testingUX testingcompatibility testing
0 likes · 8 min read
Specialized Game Testing: From Functional Checks to Immersive Experience
Liangxu Linux
Liangxu Linux
Nov 20, 2025 · Game Development

Four Open-Source Tools: Game Streaming, Screen Sharing, Terminal GUI, TikTok Downloader

This article introduces four notable open-source projects—Sunshine for game streaming, Bananas for cross‑platform screen sharing, term.everything for running GUI applications inside a terminal, and Douyin‑Downloader for batch TikTok video and audio extraction—highlighting their key features, popularity, and where to get them.

Screen SharingTikTok downloadergame streaming
0 likes · 4 min read
Four Open-Source Tools: Game Streaming, Screen Sharing, Terminal GUI, TikTok Downloader
Python Programming Learning Circle
Python Programming Learning Circle
Oct 30, 2025 · Game Development

Build a Classic Alien Invasion Game with Pygame: Full Source Code Walkthrough

This tutorial walks through creating a complete Alien Invasion game using Python and Pygame, covering the main program, game logic, settings, ship, alien, bullet, button, scoring, and game statistics modules, while showcasing screenshots of gameplay and emphasizing modular, object‑oriented design.

Object-Oriented ProgrammingPygamePython
0 likes · 21 min read
Build a Classic Alien Invasion Game with Pygame: Full Source Code Walkthrough
Open Source Tech Hub
Open Source Tech Hub
Oct 15, 2025 · Game Development

Create Real‑Time Multiplayer Games Using Asyncio‑Gamekit for PHP

The Asyncio‑Gamekit library provides a Workerman‑based asynchronous game framework for PHP, offering room lifecycle management, player communication, broadcasting, timers, load balancing, persistence, logging, and testing, enabling developers to quickly build WebSocket‑driven multiplayer games such as card, board, and real‑time battle titles.

Game FrameworkPHPWebSocket
0 likes · 15 min read
Create Real‑Time Multiplayer Games Using Asyncio‑Gamekit for PHP
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Sep 26, 2025 · Game Development

Mastering Game Test Issue Retrospectives: A Step‑by‑Step Guide

This comprehensive guide explains why game testing retrospectives are essential, outlines a systematic three‑phase process—from problem collection and root‑cause analysis to actionable improvement plans and closed‑loop tracking—provides practical tools, templates, and case studies, and shares common pitfalls and future‑oriented strategies to boost testing efficiency and game quality.

0 likes · 24 min read
Mastering Game Test Issue Retrospectives: A Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Sep 26, 2025 · Game Development

How to Build a Python Missile‑Tracking Demo with Pygame – Step‑by‑Step Guide

This article explains a simple Python missile‑tracking algorithm using Pygame, covering the mathematical basis of time‑sliced vector calculations, triangle geometry for direction and distance, and detailed code that handles movement, rotation, and image offset to keep the missile tip aligned with the target.

AlgorithmMissile TrackingPygame
0 likes · 10 min read
How to Build a Python Missile‑Tracking Demo with Pygame – Step‑by‑Step Guide
Python Programming Learning Circle
Python Programming Learning Circle
Jul 24, 2025 · Game Development

Explore 13 Classic Python Mini‑Games with Full Source Code and How‑to Guide

This article presents a collection of thirteen classic Python mini‑games—ranging from coin‑catching and ping‑pong to Tetris, Snake, and 24‑point puzzles—each accompanied by complete, ready‑to‑run source code and step‑by‑step explanations, offering a practical way to learn programming through game development.

PygamePythongame development
0 likes · 37 min read
Explore 13 Classic Python Mini‑Games with Full Source Code and How‑to Guide
NetEase LeiHuo Testing Center
NetEase LeiHuo Testing Center
Jul 7, 2025 · Game Development

How Client and Server Bots Power Large-Scale MMO Testing

In massive multiplayer online games, testing core activities like cross‑server wars, large raids, and world‑boss battles requires simulating thousands of players, so developers rely on client and server bots to create realistic high‑concurrency environments, validate server limits, logic correctness, and reward distribution efficiently.

AutomationMMO testingclient bots
0 likes · 17 min read
How Client and Server Bots Power Large-Scale MMO Testing
macrozheng
macrozheng
Jul 3, 2025 · Game Development

How 128KB Powered Classic Games Like Contra – Secrets of Retro Game Tech

This article explores why early 1980s games such as Contra could deliver rich graphics, music, and gameplay within just 128KB of memory, explaining tile‑based rendering, limited audio chip capabilities, and ultra‑compact code techniques that made such feats possible.

Graphicsaudiogame development
0 likes · 7 min read
How 128KB Powered Classic Games Like Contra – Secrets of Retro Game Tech