Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rayriffy/magicaster
Scrabble from hell. A part of React Jam.
https://github.com/rayriffy/magicaster
game multiplayer pixijs react reactjs rune scrabble
Last synced: 9 days ago
JSON representation
Scrabble from hell. A part of React Jam.
- Host: GitHub
- URL: https://github.com/rayriffy/magicaster
- Owner: rayriffy
- Created: 2023-07-24T13:48:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-30T18:39:34.000Z (over 1 year ago)
- Last Synced: 2024-10-11T13:27:44.905Z (about 1 month ago)
- Topics: game, multiplayer, pixijs, react, reactjs, rune, scrabble
- Language: TypeScript
- Homepage:
- Size: 502 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ~~Harry Potter™ and the forbidden Spell~~ Magicaster
This is a game created as a part of [ReactJam 2023](https://reactjam.com/). The game is aim to combine the fun of playing board games together with scrabble.
## Game phases
1. Each game will play 5 turns. Each turn contains different phases.
1. **Phase 1: Word building**: You're playing as a normal scrabble. Longer the words, higher chance of a card drop, higher the score.
2. **Phase 2: Review**: Review each score of every players, this will help you to plan your move on next phase
3. **Phase 3: Planning**: Now, you will use your spelling cards in any way to gain avantage to yourself.
4. **Phase 4: Activation**: Review all the cards you has been recieved from the others player before moving to the next turn.
2. The game ended after 5 turns, player with the highest score wins.## Spelling cards
There're spelling cards contains within the game, each card has it's own ability. You will be able to get a card from _Word building_ phase
1. If you spell a word **4 letters long**, you will have card drop chance of **10%**
2. If you spell a word **5 letters long**, you will have card drop chance of **25%**
3. If you spell a word **6 letters long**, you will have card drop chance of **50%**
4. If you spell a word **>7 letters long**, you will have card drop chance of **100%**## Developers