https://github.com/david-rodden/adventum
A straightforward RPG created with Java and Swing components
https://github.com/david-rodden/adventum
Last synced: about 1 year ago
JSON representation
A straightforward RPG created with Java and Swing components
- Host: GitHub
- URL: https://github.com/david-rodden/adventum
- Owner: David-Rodden
- Created: 2017-10-16T19:51:19.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-20T22:42:26.000Z (almost 9 years ago)
- Last Synced: 2025-07-09T04:06:06.809Z (about 1 year ago)
- Language: Java
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Objective
Adventum is a simple Swing RPG that has a user navigate through a simple UI.
The objective of the game is to have users combat foes and reap experience and rewards.
## Statistics
As it currently stands, there is only one combat statistic that a user can level.
Winning battles against enemies grants the user experience which calculates his/her level.
A higher level aids fortifies the user's combat abilities & allows them to wield & wear higher-quality equipment.
## Bonuses
There are physical and magical bonuses for both the offensive and defensive categories.
These bonuses play a role in dealing more damage during combat or parrying & blocking incoming attacks, respectively.
The player's listed bonuses are representative of the equipment the user is wearing.
The player's level, which is taken into account during combat, is not displayed as a bonus.
## Example
