Tagged articles
2 articles
Page 1 of 1
Top Architect
Top Architect
May 17, 2021 · Game Development

Creating a Hero in King of Glory: Java OOP Tutorial (Part 1)

This article walks through building a simple hero system for the game King of Glory using Java, covering package setup, class definitions for heroes, equipment, and monsters, and a demo program that creates a hero, simulates earning gold, and purchases items to enhance attributes.

EquipmentGame DevelopmentHero
0 likes · 11 min read
Creating a Hero in King of Glory: Java OOP Tutorial (Part 1)
Java Captain
Java Captain
May 16, 2021 · Game Development

Creating a Hero in a Java Game: Step-by-Step Tutorial (Part 1)

This article walks through building a simple Java-based game prototype by creating hero, equipment, and monster classes, demonstrating object-oriented concepts, and showing a main program that simulates hero creation, resource gathering, and equipment purchase.

Code ExampleEquipmentGame Development
0 likes · 9 min read
Creating a Hero in a Java Game: Step-by-Step Tutorial (Part 1)