Open KevinMB0220 opened 3 days ago
I surely can provide solution to this issue. can i take it on?
I would like to work on this issue
Can I take this issue?
Can I work on this, please?ew developers, community members, and contributors quickly find answers to their questions
Could I be assigned to this? I'm a Software developer with over four years of experience.
ETA: 10 hours
Can I start working on this? I will solve it in this way:
Modeling Factions and Skills:
Selection and Progression System:
I will implement a select_faction(player, faction) function that:
Allows the player to choose a faction. Automatically assigns the faction's basic skills to the player.
I will include logic for unlocking additional skills based on predefined conditions, such as the player's level or specific achievements.
Unit Testing:
I will write tests to:
I'd like to take this issue.
Can I take this from here?
Hi team!
I would like to get this opportunity. I am a systems engineer from Costa Rica, with experience in C#, .NET, React and I am currently learning Cairo and Rust, which makes this project a great opportunity to apply and strengthen my knowledge in Cairo.
It's my first ODhack and I'm looking for my first contribution, so I'm excited to contribute and learn in this collaborative environment
Creation of a Class to Represent Factions with Basic Skills
name
,description
, and an initial list of skills. Create a structure to represent individual skills with attributes likename
andeffect
.select_faction
function that allows players to choose a faction and acquire its basic skills automatically. Implement logic for unlocking additional skills based on conditions such as player level or achievements.