Dumpster Hero

A Python Terminal Game

This game is made in Python using classes and functions and runs in the terminal. In Dumpster Hero you play as a raccoon, possum, or crow and fight off the dog trying to invade your dumpster home. The player chooses their character, names them, and then chooses to fight, heal, or run. To heal the player digs through the trash to get rotten apples, discarded spaghetti, or other garbage to regain health. When fighting you choose to fight or run off to heal. Once they have defeat Scraggles the dog the player is prompted to play again.

Tenchnologies

Python

Role

Dumpster Hero is a solo creation. In python, classes were used to make character profiles, name, health funtions, and attack functions. Loops were created to navigate the menu options redirect as specified.

ball

Health Options and Character class snippet

Health function where the player chooses an option from the menu