Add Modulo is a strategy game for my WWDC 2021 Swift Student Challenge Submission. And thankfully Add Modulo makes me 1 of 350 WWDC2021 Scholarship Winners :D
My WWDC Profile: >> Portal <<
Add Modulo is a game that teaches player about basic Addition, Modulo operator and Strategy Thinking. This game itself is based on Indonesia Local Children's game called "Tambah Tambahan" and also a variant of the Chopstick Game. In Indonesia, this game is indeed famous, but only among certain ages. All Indonesians born around 2000 know this game, but the rest who weren't born around 2000 tend not to know this game.
By Making this game I wanted to educate children around the world, and also preserve this local game to the world.
- Player Choose Action
- Tap / Addition
Player add number of selected hand to one of other player's hand - Distribute
Player distribute number in his hand example: 1 2 become 0 3
- Tap / Addition
- Other player choose action (same as player's action)
- Repeat game until one of the players get eliminated
- Player get eliminated when the number on both of his hand is 0
- Player can only add using non zero hand
- Player can only add opponent's non zero hand
- If number on a hand is greater or equal than 5 then the number become
number mod 5
example:- 6 become 1
- 5 become 0
- Player cant swap number of hand.
example:- 3 0 become 0 3
- Clone this project
- Open Add Modulo.playground in Swift Playground
- In Swift Playground, Turn off Enable Results
- Enjoy :D
For sound assets, its not made by me, I take the asset in the online marketplace called itch.io
For image assets, its made by me and my friend
Beside that, all assets are made by me
Coming soon...