UchidaMizuki / make-multiples

Arithmetic game to make multiples by sums made by Elm

Home Page:https://uchidamizuki.github.io/make-multiples/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Multiples

https://uchidamizuki.github.io/make-multiples/ make-multiples-capture

Game Rules

  1. Deal a hand of cards to two players at random.
  2. Put a card on the field at random.
  3. Decide the turn.
  4. On your turn,
    • choose some cards from your hand.
      • The total ranks must be a multiple of the rank of the highlighted card on the field.
    • Put the card on the field if the condition is true.
      • Arrange the cards in the field in order of decreasing rank.
    • You can draw a card at random and pass.
  5. Opponent's turn is the same.
  6. Repeat the above steps until either player runs out of cards in his or her hand.
  7. The first player to run out of cards wins.

About

Arithmetic game to make multiples by sums made by Elm

https://uchidamizuki.github.io/make-multiples/


Languages

Language:HTML 93.1%Language:Elm 6.9%