DEV Community

Cover image for Text based adventure game
asepKargo
asepKargo

Posted on

Text based adventure game

Project from codecademy, an text based adventure game that i created using python.

The code basically using class and functions to tell the story and give different outcome based on the player picks

https://github.com/axeladelwyn/codecademy-project

Creating this text-based adventure game was a challenge and give me a lot of lesson about how python works.

Top comments (0)