Fork of project-25-s1-ctrl-alt-elite created by GitHub Classroom

2 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub
Software Development GitHub Classroom Projects

AI Summary: Debug and fix a crash bug in a text-based game that occurs when the user presses Enter without selecting an option from a Use/Equip/Drop item menu.

Complexity: 2/5
good first issue

Fork of project-25-s1-ctrl-alt-elite created by GitHub Classroom

C#
Software Development GitHub Classroom Projects

AI Summary: Refactor the C# project by moving the `Enemies`, `Player`, `Weapons`, `Ingredients`, `Items`, and `Recipes` structs from the `Program.cs` file into their own individual files. This involves creating new files for each struct and updating all references within the project to reflect the new locations.

Complexity: 2/5
good first issue

Fork of project-25-s1-ctrl-alt-elite created by GitHub Classroom

C#