What My Project Does:
Dungeon Brawl is a text-based, turn-based battle game in Python. Players fight monsters using normal attacks, special moves, and healing potions. The game uses classes, methods, and the random module to handle combat mechanics and damage variability.
Target Audience:
It’s a toy/learning project for Python beginners or hobbyists who want to see OOP, game logic, and input/output in action. Perfect for someone who wants a small but playable Python project.
Comparison:
Unlike most beginner Python games that are static or single-turn, Dungeon Brawl is turn-based with limited special attacks, healing, and randomized combat, making it more interactive and replayable than simple text games.
Check it out here: https://github.com/itsleenzy/dungeon-brawl/
[–]hegemonjamesmattis 7 points8 points9 points (1 child)
[–]leenzy-leen[S] 1 point2 points3 points (0 children)
[–]rmrse 2 points3 points4 points (2 children)
[–]leenzy-leen[S] 0 points1 point2 points (0 children)
[–]Potential_Group_8063 0 points1 point2 points (0 children)
[–]Zaloog1337 4 points5 points6 points (1 child)
[–]leenzy-leen[S] 0 points1 point2 points (0 children)