Magic Words Board Game

#project #boardgame

Concept

Scrabble-like word game where the words you play represent spells. Point values of letters are similar to Scrabble. Each player draws a character card from a deck of fantasy character classes. Characters have hit points, abilities, modifiers, and possibly even debuffs. Game has no board and tiles are hexagonal with interlocking edges. Words can be played vertical and diagonal.

Ideas

Gameplay

Setup

Beginning Phase

Main Phase

Combat Phase

End Phase

Character Classes

Barbarian

Bard

Cleric/Paladin

Druid

Fighter

Monk

Rogue/Thief

Wizard

Necromancer

Reference Material

Probability of drawing a magic word on turn 1
SWORD
P("sword" on the first turn) = P(s) * P(w) * P(o) * P(r) * P(d)

P(s) = 10 / 200 (assuming there are 200 tiles in the bag)
P(w) = 4 / 200
P(o) = 15 / 200
P(r) = 13 / 200
P(d) = 8 / 200

P("sword" on the first turn) = (10/200) * (4/200) * (15/200) * (13/200) * (8/200)
P("sword" on the first turn) = 0.000000195