Skip to content

A step‑by‑step RPG game project in Java + Swing. Features animated player sprites (idle, run, attack), HUD overlay, and combat mechanics. Built for learning game architecture, rendering, and mechanics.

Notifications You must be signed in to change notification settings

SatishGautam1/RPGGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPG Game (Java + Swing)

A step-by-step RPG game project built in Java using Swing.
Developed for learning game architecture, rendering, and mechanics with a focus on incremental feature building.


✨ Features

  • 🖼️ Custom game window with minimize/maximize/close controls
  • 🎨 Rendering panel for graphics and animations
  • 🧍 Player character with:
    • Idle animation (8 frames)
    • Run animation (10 frames, directional support)
    • Attack animations (Attack1, Attack2, Attack3 sequences)
  • 🎮 Keyboard controls for movement (WASD) and combat (Space, Shift, Ctrl)
  • 📊 HUD overlay showing HP, MP, Strength, and Defense
  • ⚔️ Combat system (damage, healing, mana usage)
  • Planned: maps, enemies, collision detection, inventory system

🛠️ Setup

  1. Install Eclipse IDE or any other Java IDE.
  2. Clone this repository:
    git clone https://github.com/SatishGautam1/RPGGame.git
    

About

A step‑by‑step RPG game project in Java + Swing. Features animated player sprites (idle, run, attack), HUD overlay, and combat mechanics. Built for learning game architecture, rendering, and mechanics.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages