Inspiration

I was inspired to create this project with high-fantasy as I am a fan of high-fantasy literature, especially through the works of Robert Jordan, Rick Riordan, and L. E. Modesitt Jr.

What it does

This application uses a series of while loops and if-else-if statements to take input from the user and operate a command line game to allow the user to make decisions in order to progress the game.

How we built it

I was able to build this application by writing the software in java and implement several public methods in a static manner so as to allow the user to choose different scenarios in which to engage in using input data through the program's Scanner objects.

Challenges we ran into

I ran into the challenge of determining how to tell when the user did not give an acceptable input. I fixed this by using an else block in the while loop and reiterating the loop.

Accomplishments that we're proud of

I am proud of the accomplishment of creating three main scenarios with branching events using nothing more than fundamental programming concepts and literal string data.

What we learned

I learned how to accurately determine when strings are equal to or not equals to a given input string through basic boollean operators and the equals method.

What's next for Command Line Game

I would like to expand this with other programming structures to create a more interactive gaming style for the user experience.

Built With

Share this project:

Updates