A local multiplayer board mathematics game about the Arithmetic series where players compete with each other by using the arithmetic formula to win.

This game is an innovation for educational purposes, created in collaboration with High School Math Teacher Noadi Girsang. It was also an entry for the National Competition of "Guru Berprestasi," winning 3rd place in Banten Provinces.

How to play
1. Navigate using Mouse
2. Roll the dice to get the value of the first term of number (a) and difference (b)
3. Pick Un card or Sn Card

If player have U2 in the deck, and roll a = 2 and b = 3
by implementing the Formula of Un

Un = a + (n-1)b
U2 = 2 + (2-1)3
U2 = 2 + 3
U2 = 5

The player needs to pick 5 in the board, if the value is right the card U2 will be disposed of.

for Sn formula 
Sn = n/2 (2a + (n – 1) b)

if player have S2 in the deck and roll a = 2 and b = 3
Sn = n/2 (2a + (n – 1) b)
S2 = 2/2 (2(2) + (2-1) 3)
S2 = 1(4 + 3)

S2 = 7
The player needs to pick 7 on the board. If the value is right, the card U2 will be disposed of.

The game is complete if someone has disposed of all the cards.

Published 1 day ago
StatusReleased
PlatformsHTML5
AuthorHisyam Izuddin Anwar
GenrePuzzle
Made withUnity

Leave a comment

Log in with itch.io to leave a comment.