Python Forum
Complete beginnner making a text based adventure
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Complete beginnner making a text based adventure
#1
Hello there

I’ve decided to start a new hobby and I’m following a tutorial on making a text based adventure.

I’d like to insert a question during the story that has no effect on the path.

But this isn’t included in the tutorial I’m following as all questions in the tutorial lead to a new path.

How do I make this work?

Thanks
Reply
#2
Please show the code you have.
It's difficult to add code if you don't know full context.
Underscore likes this post
Reply
#3
It's as simple as just not doing anything with the input.

input ('This does not change anything: ')

variable = input ('This changes the value of variable: ')
Underscore likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Text-Based RPG - After selecting correct decision it also prints others code KimJiwoo1 1 956 Apr-26-2023, 08:30 PM
Last Post: deanhystad
  Text Adventure Module Leroyrobenson 1 2,136 Feb-23-2020, 09:57 PM
Last Post: Larz60+
  Adding an inventory and a combat system to a text based adventure game detkitten 2 6,807 Dec-17-2019, 03:40 AM
Last Post: detkitten
  Advice for making a text choose your own adventure olivermcg 1 2,684 Apr-29-2019, 11:25 AM
Last Post: ichabod801
  Text Based Game DuaneJack 3 3,505 Aug-15-2018, 12:02 PM
Last Post: ichabod801
  Text Adventure Yelmos 1 5,368 Sep-24-2016, 10:52 PM
Last Post: pydsigner

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020