Showing 100 articles max
Linux Tech Enthusiast
Linux Tech Enthusiast
May 30, 2026 · Game Development

What Programming Language Powered Classic FC Games?

Classic FC titles like Super Mario, Contra and Mega Man ran on Nintendo’s 6502‑based console and were programmed in low‑level NES assembly language, allowing developers to tightly control the limited 2 KB RAM and 40 KB ROM for optimal performance.

6502 CPUAssembly languageFC console
0 likes · 4 min read
What Programming Language Powered Classic FC Games?
Java Architect Essentials
Java Architect Essentials
May 16, 2026 · Game Development

How 128 KB Contra Managed a Long Storyline on the NES

Despite being limited to just 128 KB of ROM, the 1987 NES game Contra achieved a surprisingly long storyline by exploiting tile‑based graphics, tightly packed audio data generated by the Ricoh 2A03 chip, and minimalist code that leveraged the console’s built‑in hardware functions.

ContraMemory OptimizationNES
0 likes · 6 min read
How 128 KB Contra Managed a Long Storyline on the NES
AI Open-Source Efficiency Guide
AI Open-Source Efficiency Guide
Apr 20, 2026 · Game Development

Build an Indie Game in 5 Days with Claude Code Game Studios’ 49 AI Agents

Claude Code Game Studios is a virtual game‑studio framework that assembles 49 AI agents, 72 slash commands, and 12 automation hooks to automate the entire game‑development pipeline—from concept brainstorming to release—cutting a typical two‑week design phase down to 2‑3 days and supporting Unity, Unreal, and Godot.

AI agentsClaude CodeGame Development
0 likes · 11 min read
Build an Indie Game in 5 Days with Claude Code Game Studios’ 49 AI Agents
Linux Tech Enthusiast
Linux Tech Enthusiast
Feb 17, 2026 · Game Development

What Language Were Classic FC Games Written In?

The article explains that classic FC (NES) games like Super Mario and Contra were programmed in NES-specific assembly language because the 6502 CPU and the console’s tight 2 KB RAM and 40 KB ROM constraints required low‑level, opcode‑precise code for optimal performance.

6502 CPUAssembly languageFC console
0 likes · 4 min read
What Language Were Classic FC Games Written In?
IT Services Circle
IT Services Circle
Feb 7, 2026 · Game Development

Why Windows 11 KB5074109 Breaks Gaming and How to Fix It

A mandatory Windows 11 KB5074109 update released in January 2026 caused severe performance drops, visual glitches, and black screens for many NVIDIA GeForce users, and the only reliable remedy so far is to uninstall the update or apply a supplemental KB5074105 patch.

GamingKB5074109NVIDIA
0 likes · 4 min read
Why Windows 11 KB5074109 Breaks Gaming and How to Fix It
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 Simple Alien Shooter Game with Python and Pygame – Step‑by‑Step Tutorial

This tutorial walks you through creating a basic alien‑invader shooter using Python's Pygame library, covering essential game libraries, class design for Game, Alien, Hero, Generator, and Rocket, collision detection, win/lose logic, and provides the complete source code with explanations.

Alien ShooterCode ExampleGame Development
0 likes · 10 min read
Build a Simple Alien Shooter Game with Python and Pygame – Step‑by‑Step Tutorial
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.

Game DevelopmentModular DesignPygame
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 FrameworkPHPWorkerman
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.

Game DevelopmentMissile TrackingPygame
0 likes · 10 min read
How to Build a Python Missile‑Tracking Demo with Pygame – Step‑by‑Step Guide