Tag

Sprite

1 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
May 15, 2021 · Game Development

Python Pygame Tank Battle Game Implementation

This article presents a complete Python 3 + Pygame implementation of a classic tank battle game, detailing the visual layout, full source code with sprite classes for tanks, bullets, obstacles, and game logic, and explains how to run and customize the game.

PygamePythonSprite
0 likes · 39 min read
Python Pygame Tank Battle Game Implementation
Python Programming Learning Circle
Python Programming Learning Circle
Jun 6, 2020 · Information Security

Understanding CSS Sprites and Techniques to Bypass Sprite‑Based Anti‑Scraping

This article explains the concept and benefits of CSS sprites, analyzes their drawbacks for web performance and security, and provides a step‑by‑step Python‑based method—including code snippets—to extract and sum numbers hidden behind sprite images used as an anti‑scraping measure.

CSSFront-endPython
0 likes · 9 min read
Understanding CSS Sprites and Techniques to Bypass Sprite‑Based Anti‑Scraping
Architecture Digest
Architecture Digest
Jun 21, 2016 · Mobile Development

Developing a Mobile Dragon Boat Festival Activity Page: Drafting, CSS, Sprite, and CreateJS Implementation

The article details the author’s process of building a mobile Dragon Boat Festival activity page, emphasizing the importance of drafting, systematic CSS styling, sprite generation, reusable UI components, CSS3 animations, and a simple CreateJS‑based mini‑game, offering practical tips for mobile front‑end development.

CSSJavaScriptSprite
0 likes · 11 min read
Developing a Mobile Dragon Boat Festival Activity Page: Drafting, CSS, Sprite, and CreateJS Implementation
Ctrip Technology
Ctrip Technology
Mar 8, 2016 · Frontend Development

Creating Scalable SVG Sprite Icons with Grunt for Front‑End Projects

This tutorial explains how to create scalable, anti‑aliased SVG sprite icons for web pages by downloading SVGs from IcoMoon, merging them with the Grunt svgstore plugin, and integrating the resulting sprite.svg into HTML with optional IE8 fallback support.

GruntSpritefrontend
0 likes · 4 min read
Creating Scalable SVG Sprite Icons with Grunt for Front‑End Projects