Chris Ohk
Chris Ohk
- Make simple logic code by cleaning up complex code - Add attribute '[[maybe_unused]]' and '[[nodiscard]]' - Add keyword 'const' to variable and function - Delete unnecessary 'nullptr' check -...
Mercenaries is a Hearthstone non-Constructed game mode where players build a party of 6 mercenaries, leveling them up, upgrading their abilities and equipments, and compete with another opponent in a...
Currently, all tasks are partially covered by unit test code. We should test some methods such as 'CloneImpl()' that is not covered.
- Convert OOP-based code to ECS(Entity Component System) using `entt` - Create Logger class (#173) - Rework Battlegrounds mode (#349) - Rework RosettaConsole (#568) - Rework RosettaRL (#569)
According to codecov, unit test coverage is unstabilize. We'll refactor code to stabilize it.