Tagged articles

Tank Game

2 articles · Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Mar 30, 2025 · Game Development

Tank Battle Game Tutorial Using Pygame

This article provides a step‑by‑step tutorial for building a classic tank battle game with Python's pygame library, covering the visual layout, core game loop, and detailed source code for all game elements such as tanks, bullets, obstacles, and UI screens.

PythonTank Game
0 likes · 26 min read
Tank Battle Game Tutorial Using Pygame
Nullbody Notes
Nullbody Notes
Jul 14, 2024 · Game Development

Building a Tank Battle Game in Go with Ebiten

This article walks through creating a tank‑battle game in Go using the Ebiten engine, covering repository setup, required tools, code organization, the core Update and Draw loops, and the mathematical formulas—rotation matrix, cross product, dot product, and the separating axis theorem—used for collision detection.

Collision DetectionEbitenGo
0 likes · 7 min read
Building a Tank Battle Game in Go with Ebiten