Skip to content

Turn-Based Strategy Game

A Python turn-based strategy game built with Pygame.

Overview

This project implements a tactical combat system where players control units, select actions, trigger attacks or defenses, and interact with a rendered map and menus.

Main Features

  • Turn-based tactical gameplay
  • Player-controlled units
  • Attack and defense abilities
  • Sprite-based animations
  • Map rendering
  • Menu-driven interactions
  • Hero factory system

Running the Game

python main.py

Documentation

Use the API Reference section to browse the documented Python modules, classes, and methods.