Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.25 KB

File metadata and controls

33 lines (26 loc) · 1.25 KB

-testAdventure-inProgress-

Overview

A work-in-progress turn-based RPG made with Pygame.
The goal of this project is to create a small-scale RPG combat system featuring character skills, enemy AI, and progression balance.
This project is a personal exploration of combat design, balancing, and gameplay iteration.

Current Features

  • Main UI layout with four main action buttons
  • Playable turn-based combat with player and enemy turns
  • Basic player stats tracking
  • Basic inventory system

In Progress / Planned

  • Action point system to limit the number of actions per turn
  • Player magic system
  • Level progression and reward system
  • Additional enemy types with varied strategies
  • Visual effects

Screenshots

Main UI: image

Battle scene: Screenshot 2025-08-14 213539

Item selection: Screenshot 2025-08-14 213816

Technologies Used

  • Languages: Python
  • Tools: Git