Open Issues Need Help
View All on GitHub Software Development • GitHub Classroom Projects
Pressing enter while making decision with item crashes about 1 month ago
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
Moving structs into separate files about 1 month ago
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#