Arithmagic game app

My friend Sooraj (Wistler) and I have developed a simple game. We recently launched it on Android titled "Arithmagic". We also have a web version of this game.

The game is played on a virtual board consisting of numbered squares arranged in a rectangular fashion (akin to a matrix) where the numbers for each square are randomly chosen single digits from 0 to 9. At the start of every turn the player is given a target number. The task is to find 3 consecutive numbered squares either horizontal, vertical or oblique such that arithmetic operations as indicated (like addition, subtraction, multiplication) applied on these three chosen numbers result in the target number while following BODMAS principle of evaluation. The task can either be timed or untimed. The difficulty of the task is titrated based on time allowed or the scarcity of attaining the target number on the given board game. The goal is to earn as many points as possible awarded based on time to completion of task and the difficulty of finding the target number.

Screenshot Image


Web version - https://arithmagic.glitch.me/


Please play the game and provide your feedback.

Comments