A C# Console Application that offers a little game, emulating a magic duel between a wizard and a warlock.
Currently I'm learning C#, and I came up with this little project as an exercise to review my notes. I hope you like it! 😊
One player app.
Characters (wizard/warlock) randomly assigned.
Alternating turns between both characters until one of them deceases.
The player can choose whether to heal themselves or attack the opponent during their turn.
The game announces if the player wins or loses.
MagicDuelPreview.mp4
Improve visuals (make text more user friendly)
Adjust health/attacks/healing to make the game shorter and avoid it being boring
Personalize attacks and healing method according to the character
- dotnet build TestProject.csproj
- dotnet run TestProject.csproj
- Enjoy! 🪄
