I created this project in order to learn the Java programming language, as well as to challenge myself to create a complex program in a programming language I had no prior experience in.
I created a commandline text-based video game, and I implemented the use of a custom functions, loops, conditionals, and general syntax, as well as learning about HashMaps and how to implement them properly into the code.
I wrote this program so that I can learn Java, and practice, as well as learn a little bit about game design and everything possible with my game.
This program was made in VisualStudio Code v1.87.0 on a device operating on Windows 11 x64 ARM, utilizing extensions from the Java Extension Pack v0.25.15 by Microsoft, and the Java Development Kit v18
The programming language used in this program is Java, and the only library used (as of March 10th, 2024) is the Java standard library.
-
Offload functions into classes COMPLETED
-
Save/Load system COMPLETED
-
Run/Flee option in battles COMPLETED
-
Player level tracking COMPLETED
-
Items COMPLETED
-
Inventory COMPLETED
-
Overarching story?
-
Additional battles
-
More levels
-
Missions?