Hey guys! I have recently started making an adventure text game written in java. I'd like to have suggestions and if you find any bugs please tell me, anyway:
Link to download:
https://www.dropbox.com/s/nc744e92ycuqu ... e.zip?dl=0
Features and what I plan on adding soon
For now the 0.8 version features:
-A Rpg in which you can attack 10 different monsters in a turn based system!
-A village where you can buy equipments, get quests and talk to strangers!
-Levels and experience points(xp)!
-4 weapons and 3 armors to buy or find!
-An arena in which you can fight gladiators each more difficult than the one before!
-A saving/loading features!
-And choose between english or français!
Things I want to add eventually:
-A new place to fight monster and more monsters (There's only the forest for now)
-New weapons and armor
-A main quest with a boss at the end so you can actually win the game
-ASCII art
-More levels
-saving saves quest and gladiator progress
-An actual name for the game xD
How to run the game
Now to actually play the game, you need to have Java installed and to run the game in the console:
How to actually play the game in 4 steps!
-Download it and save it on your desktop
-Extract the .zip (right click>extract here) and keep only the folder version, delete the .zip
-Open your console (on windows search for "cmd" and "command prompt" should appear
-In the command you need to get to the game and then run it, to do so you need to enter the following commands by pressing enter each time after a command:
cd Desktop
cd Adventure text game
cd bin
java Main
There you go it should work now, if it doesn't, restart the console and be sure to write everything the exact same way, if it still doesn't work you probably either don't have java or you extracted the folder somewhere else! Also if you don't write a number input (except for the name) the game will probably crash, you can easily restart it by doing "java Main" so just save often and when it crashes open it again and load it back!
Please comment any feedback you have, I know it's hard to start the game right now, but it's text based so there's no other way, I'm learning how to make a GUI on java so my next game will probably work on it's own :D