https://github.com/okelleydevelopment/the-eternal-void
A Java text adventure with GUI
https://github.com/okelleydevelopment/the-eternal-void
Last synced: 9 months ago
JSON representation
A Java text adventure with GUI
- Host: GitHub
- URL: https://github.com/okelleydevelopment/the-eternal-void
- Owner: OkelleyDevelopment
- Created: 2019-12-20T04:27:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-20T04:37:29.000Z (over 6 years ago)
- Last Synced: 2025-03-06T12:51:57.111Z (over 1 year ago)
- Language: Java
- Size: 1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Eternal Void
## A Java Text Adventure
------------------------------
This simulates my first Java Text adventure that demonstrates
a fair usage of images to tell a story. Combat does need to be reworked,
though the game is fully functional.
## Downloading and Playing
### In an IDE
1. Clone the repo to your system.
2. In an IDE run the program from Game.java
### The command line
1. clone the repo
2. Compile the files from the command line
3. Run using: java Game
## Future Plans
I plan to revisit this one day and fix the combat system. Adjusting some story
issues would be considered.