This was extremely helpful! I'm 14 and I have learned a lot of java from courses and videos but I needed something fun that I could apply my knowledge to and hammer in the knowledge so it doesn't escape. Thank you so much!
I know it's 6 years after the video release lol but thanks a lot! Helped me get started on a game i'm making out of this. So far i have incorporated, levels, upgrades(still working on it), and prestige! I've also incorporated a way to select easy mode and hard mode! Helped me out a lot!
I was wondering if you could make a tutorial for a horror/survival based text game just like this but maybe way longer. This video really helped making a game. Also have you or can you make a video that tells you how to export this game.
This is literally the best tutorial ever, I tried creating a text based adventure game project before and only if I found this at the time, I went too big since I didn't know where to start and now I have a personal project and this tutorial's helping me so much.
This is an awesome and helpful tutorial, but I was wondering if you could show how to do something like this with classes and not just a main? This is just a curious question.
I know this tutorial is pretty old but I am following this series for help relearning java to build a text based adventure game I originally did in basic back in high school. I skimmed through the video and was wondering could you use a switch statement instead of the else if to save time and possibly size? I don't know a lot about programming and especially in java but figured that it might be a good option.
thanks, I thought this was a great tutorial for a neat little project.
I'm currently adding an xp and leveling system to it. Have already added a bunch of little things like magic/an MP bar, critical hits, a kill counter, etc. This was an awesome starting point!
So if i wanted to export this project and load it onto a website how would I go about doing that. When I export it and run it on my pc nothing happens.
The only issue I run in to when trying to recreate this is that String enemy = enemies(rand.nextInt(enemies.length)); is giving me an error about the method being undefined. I copied the source code exactly.
Can I make customizable enemies, so some that have a pre-set amount of health when they are randomly encountered?
https://www.youtube.com/watch?v=7pZVJ5kC7CA
I know im 5 years late but… How do I get the system to "println" to my html page?
Thanks
How would you go about making buttons / a background? Not possible in netbeans? – A newb
Ok, I mastered java in 10 videos. Now I am gonna build next big game app.
This was extremely helpful! I'm 14 and I have learned a lot of java from courses and videos but I needed something fun that I could apply my knowledge to and hammer in the knowledge so it doesn't escape. Thank you so much!
nice explaination! thank you very much. very helpful ^^
This makes coding fun.
I'm excited to get started! Thanks for the tips!
I really searched for a Java tutorial that is about making a text based game to make learning and practicing to code a lot more fun!
Can I get code for it?
Hey Bro! Great work Keep it up . LIked the video
Thanks
Amazing i will do updates in this game i created this game in intellij idea
why does my program spam the words when i run it , i think it's because of the while statement but im not sure
Your code doesn't work…
Thanks for that tutorial. It was quite the adventure!
This was a lot of fun to make, thank you for this!
I know it's 6 years after the video release lol but thanks a lot! Helped me get started on a game i'm making out of this. So far i have incorporated, levels, upgrades(still working on it), and prestige! I've also incorporated a way to select easy mode and hard mode! Helped me out a lot!
that was really fun to do actually 😀
no need for the break; after ur else if statement at the end
over time the console becomes full and it starts to take time to process everything, how can i clean the console every round?
can you share your code? 😀
thank you i love you you are a life saver
I was wondering if you could make a tutorial for a horror/survival based text game just like this but maybe way longer. This video really helped making a game. Also have you or can you make a video that tells you how to export this game.
how do you set individual enemy health?
This was my first time using Java. It turned out great!
This is literally the best tutorial ever, I tried creating a text based adventure game project before and only if I found this at the time, I went too big since I didn't know where to start and now I have a personal project and this tutorial's helping me so much.
This is an awesome and helpful tutorial, but I was wondering if you could show how to do something like this with classes and not just a main? This is just a curious question.
I know this tutorial is pretty old but I am following this series for help relearning java to build a text based adventure game I originally did in basic back in high school. I skimmed through the video and was wondering could you use a switch statement instead of the else if to save time and possibly size? I don't know a lot about programming and especially in java but figured that it might be a good option.
Awesome tutorial…can you please upload the code you have used in the video…it would be helpful!!
thanks, I thought this was a great tutorial for a neat little project.
I'm currently adding an xp and leveling system to it. Have already added a bunch of little things like magic/an MP bar, critical hits, a kill counter, etc.
This was an awesome starting point!
So if i wanted to export this project and load it onto a website how would I go about doing that. When I export it and run it on my pc nothing happens.
use switch is better then else if
Thank you for the video, helped a lot.
21:48
I don't really know a lot about java, but wouldn't it be easier to create an enemy object rather than using a bunch of variables?
how can I have the source code?
Why do you code everything into the main class instead of separating it into several classes ?
The only issue I run in to when trying to recreate this is that
String enemy = enemies(rand.nextInt(enemies.length));
is giving me an error about the method being undefined. I copied the source code exactly.
16:37
23:58
42:48
22:04
Just completed writing this myself, it was fun and I am thinking of adding some customisations of my own. Thank you for the video!
Thanks a lot for the tutorial
18:46 wed
Thanks for the tutorial!
I just had a lot of fun doing this thanks
Thanks for hepling us c: