Choose your own adventure!
- 2 Devlogs
- 2 Total hours
I built a choose-your-own adventure game using simple java commands and methods.
I built a choose-your-own adventure game using simple java commands and methods.
What did I change?
After creating the actual code for the project, I assumed thta I was done, but really, I realized I had to create a package (a JAR file) for people to run my game. Because of this, I was using Gradle, which required me to create new files in my game (mostly gradle files), and I had to download a lot of other packages via the terminal on my computer and VS Code. Now, I will finally be able to have a demo link to my project!
So what’s next?
I might add some HTML and even CSS to make the game look a bit nicer, because the only feature right now is the plain text. I might also spend some time creating more pathways, like a apocalypse pathway. There’s a lot of potential for this game, because it’s super basic, so I’m going to try to make the frontend more polished.
Choose Your Own Adventure - Desert Path
This project was created using simple knowledge of if and elses in Java. It allows the user to go through multiple pathways, trying to survive a desert! There aren’t any features as of now, it’s mostly just the text
What’s next?
Now that this project has a basis, it needs to be able to shipped locally! It also should be more user friendly with a better UI. I was also planning to add more pathways, but that should be fairly simple now that I have the rest of it done, so that might come later.