/chain_reaction

Chain Reaction Board Game

Primary LanguageRust

Chain Reaction

Chain reaction game is a strategy board game for two players. Check out Demo.

How to play ?

  • Initially board contains number of empty cells.
  • Each Player take turn in placing 1 atom each turn.
  • Atom can be place in cell which is blank or has player's own atoms.
  • Each cell has critical mass (corner: 2, edge: 3, others: 4).
  • After reaching critical mass a cell's atom reacts and explosdes into surronding.
  • Player creating explosion owns the surrounding cells.
  • Last surviving player on the board wins.

How to run cli ?

cargo run

How to run web ui ?

cargo install trunk
trunk serve