An open API service indexing awesome lists of open source software.

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

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.