This is my project for final week of basic python programming

2 Open Issues Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a dice rolling function in Python that defaults to a 20-sided die (D20) but allows the user to specify the number of sides and the number of dice to roll. The function should handle invalid inputs gracefully.

Complexity: 2/5
good first issue

This is my project for final week of basic python programming

Python
Opening scene 2 months ago

AI Summary: Create the opening scene for a text-based adventure game in Python. This scene will be the first scene the player encounters and will not require metadata tracking at this stage.

Complexity: 2/5
good first issue

This is my project for final week of basic python programming

Python