#Text based adventure game

1 messages · Page 1 of 1 (latest)

cerulean oracle
#

I want to make a text based adventure game but I dont know what coding language to use for it.

wild bear
#

any?

#

it doesn't really matter, even Scratch could do the job

#

unless you mean like with graphics and stuff then I don't know really

cerulean oracle
#

ok

wild bear
#
Python: Python is a popular language for beginners and is known for its simplicity and readability. It also has a lot of libraries that make it easy to work with text and user input.

JavaScript: JavaScript is commonly used for web development, but it can also be used for text-based games. It has a lot of built-in features for working with strings and user input.

Ruby: Ruby is a flexible language that's easy to learn and has a lot of built-in features for working with text. It's also popular for game development.

Java: Java is a powerful and widely-used language that's well-suited for game development. It's more complex than some of the other options, but it can handle more complex games as well.
#

from chatgpt

cerulean oracle
#

ok

#

thanks

winter remnant
#

As nebula said, any languages would be good for doing this. So my advice is to chose the one you are the most comfortable with.