DEV Community

danishhilman
danishhilman

Posted on

My First Big Python Project - Text Adventure

Terminal Screenshot
Hello World,

This is my first posted project made in Python. This project is a Codecademy assignment. The project objectives are as follows:

  1. Build a terminal program using Python

  2. Add at least one interactive feature using input()

  3. Use Git version control

  4. Use the command line and file navigation

  5. Write a technical blog post on the project

The program is a short text-based adventure game.
Where you start out in an empty room with one door that leads you to another room with choices to make that will lead to different endings.
The game has 12 endings, with secrets to uncover and decode.
I will be updating this program to have better and new endings.

This project was a fun learning experience for me, and I hope I can be a better programmer with projects like these.

Link to replit
Link to the git repository

Top comments (0)