Skip to content
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

Actor Role #706

Closed
10 tasks done
antoinezanardi opened this issue Dec 2, 2023 · 1 comment
Closed
10 tasks done

Actor Role #706

antoinezanardi opened this issue Dec 2, 2023 · 1 comment
Assignees
Labels
🚀 feature New feature or request released

Comments

@antoinezanardi
Copy link
Owner

antoinezanardi commented Dec 2, 2023

Implement the Actor role with the following specs :

  • New role is actor.
  • New game play is actor to choose-card.
  • Add in README.
  • When actor is in the game, 3 additional cards must be added for the recipient actor. If a role can be played by the actor, it must have the recipient set to actor and a role with powers (not villager or villager-villager). Can't be werewolves roles.
  • minPlayers is 8, with villagers from characters extension.
  • Each night, after the thief, he chooses a card or skip. If he chooses a card, he becomes the role until the beginning of the next night.
  • When all cards have been used or powerless, he's not called anymore.
  • Powerless if infected by accursed-wolf-father.
  • Powerless by himself when turning into werewolves side from one of his roles.
  • Cucumber tests must be written.
@antoinezanardi antoinezanardi added the 🚀 feature New feature or request label Dec 2, 2023
@antoinezanardi antoinezanardi self-assigned this Dec 2, 2023
antoinezanardi pushed a commit that referenced this issue Dec 11, 2023
## [1.25.0](v1.24.0...v1.25.0) (2023-12-11)

### 🚀 Features

* **actor:** actor role ([#720](#720)) ([22c80c9](22c80c9)), closes [#706](#706)
* **big-bad-wolf:** powerless attribute when one werewolf dies ([#708](#708)) ([6e48a61](6e48a61)), closes [#700](#700)
* **game-options:** lovers reveal each other role game option ([#710](#710)) ([7b284d9](7b284d9)), closes [#702](#702)
* **game-options:** prejudiced manipulator powerless if infected game option ([#712](#712)) ([38aa021](38aa021)), closes [#703](#703)
* **game-options:** sheriff must settle tie between votes game option ([#719](#719)) ([da119d3](da119d3)), closes [#704](#704)
* **game-options:** thief chosen card revealed option ([#713](#713)) ([f3277db](f3277db)), closes [#705](#705)
* **pied-piper:** add powerless by accursed wolf-father when infected ([#711](#711)) ([1d8a37f](1d8a37f)), closes [#701](#701)
* **roles:** eligible additional card recipients for each role ([#714](#714)) ([0b75987](0b75987)), closes [#707](#707)

### 🧹 Chore

* **deps:** bump lint-staged from 15.1.0 to 15.2.0 ([#718](#718)) ([709a36f](709a36f))
* **deps:** bump mongoose from 8.0.2 to 8.0.3 ([#729](#729)) ([6e15252](6e15252))
* **deps:** bump reflect-metadata from 0.1.13 to 0.1.14 ([#730](#730)) ([4265dc6](4265dc6))
* **deps:** bump semantic-release from 22.0.8 to 22.0.9 ([#722](#722)) ([7a00939](7a00939))
* **deps:** bump semantic-release from 22.0.9 to 22.0.10 ([#725](#725)) ([79741e6](79741e6))
* **deps:** bump the eslint group with 1 update ([#716](#716)) ([4ecf67e](4ecf67e))
* **deps:** bump the types group with 1 update ([#715](#715)) ([48bc69c](48bc69c))
* **deps:** bump the types group with 1 update ([#723](#723)) ([1fe93d9](1fe93d9))
* **deps:** bump the types group with 1 update ([#728](#728)) ([fbb7bbd](fbb7bbd))
* **deps:** bump the types group with 2 updates ([#721](#721)) ([131cb32](131cb32))
* **deps:** bump ts-node from 10.9.1 to 10.9.2 ([#732](#732)) ([3967c56](3967c56))
* **deps:** bump type-fest from 4.8.2 to 4.8.3 ([#717](#717)) ([83a0875](83a0875))
* **deps:** bump typescript from 5.3.2 to 5.3.3 ([#726](#726)) ([9a3582c](9a3582c))
* **github-actions:** bump google-github-actions/deploy-appengine from 1 to 2 ([#733](#733)) ([f042aa6](f042aa6))
@antoinezanardi
Copy link
Owner Author

🎉 This issue has been resolved in version 1.25.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feature New feature or request released
Projects
None yet
Development

No branches or pull requests

1 participant