Programming a Java Text Adventure: Taking and Dropping Things

preview_player
Показать описание
Source Code available from:

This Java Adventure Game Playlist:

How do you take a drop treasures in a text adventure? If you’ve been following this course, you’ll find it’s quite easy because the game classes already contain the objects and methods needed to do this.

For an in-depth explanation of programming text adventures in C# and other languages, get a copy of The Little Book Of Adventure Game Programming. Available from:
And worldwide.

For in-depth courses on Java programming, C# programming and adventure games go to the Bitwise Courses site:
Рекомендации по теме
Комментарии
Автор

i've been developing my own java adventure game for the past couple of days and i've really enjoyed this series. I have been trying to not watch your video on a topic until I've already made a naive attempt at it on my own. I actually just finished implementing my item transfer methods earlier today. I was delighted to see that our solutions ended up being very similar! thanks for these videos. i want to learn C# too in the very near future and i will absolutely be picking up your book when i embark on that journey.

Fottrel