-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add character speed and attack #237114
base: 169
Are you sure you want to change the base?
Add character speed and attack #237114
Conversation
Add character class with speed and attack properties and methods to increase them. * **Character Class** - Create `Character` class with `speed` and `attack` properties. - Add methods `increaseSpeed` and `increaseAttack` to increase speed and attack respectively. * **Character Tests** - Add tests for `increaseSpeed` and `increaseAttack` methods in `character.test.ts`. * **Character Styles** - Add CSS styles for character, speed indicator, and attack indicator in `character.css`. * **Character HTML** - Add HTML structure to display character with speed and attack indicators in `character.html`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/microsoft/vscode/tree/169?shareId=XXXX-XXXX-XXXX-XXXX).
@microsoft-github-policy-service agree [company="{your company}"] |
@faraon-bot please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
What even is this? A hallucinating bot? |
Add character class with speed and attack properties and methods to increase them.
Character Class
Character
class withspeed
andattack
properties.increaseSpeed
andincreaseAttack
to increase speed and attack respectively.Character Tests
increaseSpeed
andincreaseAttack
methods incharacter.test.ts
.Character Styles
character.css
.Character HTML
character.html
.For more details, open the Copilot Workspace session.