DEV Community

MozzarellaMonster
MozzarellaMonster

Posted on • Updated on

My first Python project - A text adventure game!

My game in action

This is my first big project made in Python - a text-based adventure game set in a mysterious house. This project is the result of a Codecademy assignment and as such, has to meet certain criteria like using multiple files, using Git version control, and getting input from the user.

I'm interested in furthering my Python and game development skills and welcome constructive criticism or tips. I also had a friend playtest it multiple times before I felt it was ready enough to post here, but if there are any bugs or issues, please let me know!

Anyway, I hope you enjoy this short game!

Note: I'm a horror fan, so I included some death scenes in some rooms of the house. My friend noted that they are rather graphic, so just be aware of that.

Replit

Top comments (2)

Collapse
 
geraldew profile image
geraldew

FYI - if you want to be able to let web visitors play your game there are web sites that can provide that for free. One that I heard about is replit.com as you can see with this simple prime number game example I placed there replit.com/@geraldew/PrimeListGame... (and no, I have no affiliation with them other than finding it handy).

Collapse
 
mozzarellamonster profile image
MozzarellaMonster

Thank you for this! I guess I assumed people would be able to run it on their own computers. Thank you again!