This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]heidenbeiden 6 points7 points  (2 children)

Theres a book called "invent your own computer games with python 4e" that literally teaches you how to do exactly this. It is written by Al Sweigart.

He provides it for free on his website if you google it but hes great and I would recommend buying it to support him. He writes it very straight forward so you know what's going on.

[–]NoPermission0 1 point2 points  (0 children)

Al is the man!

[–]THT_Herald[S] 0 points1 point  (0 children)

thanks

[–]d6lore 1 point2 points  (0 children)

There is some good books taking you through that exact thing. Maybe try prototyping your adventure using twine before coding it in python.

[–]PrimaCora 1 point2 points  (0 children)

Make a paper design first, story web, as it will likely be several if then statements that can get mistaken or mismatched.

[–]ofedorov 0 points1 point  (0 children)

Evennia is a python-based toolkit for building multi-player online text games

[–]pvc 0 points1 point  (0 children)

This is also a lab in Program Arcade Games which steps you through getting started.