I'm writing a game in C# Mono-GameMonogame, and I've decided to make my project as modular as possible.
I've started by making a .dll project for everything that I've considered as a 'system', fi.e - Items, Abilities, Stats, and others that I will soon add, Likelike the player itself (that's just a class right now).
I'm writing a game in C# Mono-Game, and I've decided to make my project as modular as possible.
I've started by making a .dll project for everything that I've considered as a 'system', f.e - Items, Abilities, Stats, and others that I will soon add, Like the player itself (that's just a class right now).
I'm writing a game in C# Monogame, and I've decided to make my project as modular as possible.
I've started by making a .dll project for everything that I've considered as a 'system', i.e - Items, Abilities, Stats, and others that I will soon add, like the player itself (that's just a class right now).
I'm writing a game in C# Mono-Game, Andand I've decided to make my project as modular as possible.
Link to my project (on github)GitHub
I don't know much about how CodeReview works here, but I assume that what I'm ultimately asking is for a code review about the AbilityAbility
system module, and if you care, about the rest of the game(The MainModulethe MainModule
is just remainder of what I've had before I refactored into modularizing everything, so for now there's not much need for whatever's there, unless you see something the could help).
I'm writing a game in C# Mono-Game, And I've decided to make my project as modular as possible.
Link to my project (on github)
I don't know much about how CodeReview works here, but I assume that what I'm ultimately asking is for a code review about the Ability system module, and if you care, about the rest of the game(The MainModule is just remainder of what I've had before I refactored into modularizing everything, so for now there's not much need for whatever's there, unless you see something the could help).
I'm writing a game in C# Mono-Game, and I've decided to make my project as modular as possible.
I'm asking for a code review about the Ability
system module, and if you care, about the rest of the game(the MainModule
is just remainder of what I've had before I refactored into modularizing everything, so for now there's not much need for whatever's there, unless you see something the could help).