Balance: A Logic Puzzle With Balls, can you find the defective ball?
A Logical game inspired by a famous variation of weighing coin math problems.
In this game you have 12 balls, 11 of them have the same weight and 1 of them has a different weight, it could be heavier or lighter. You have a two plate's scale and your goal is to find which ball has a different weight, and if it is heavier or lighter than the others. You have to find this out with just three weighings to get the best score.
The game is available online here: https://fsvieira.github.io/balance/#/tab/dash, or for android here: https://play.google.com/store/apps/details?id=com.fsvieira.balance
You can run the game by going to folder balance, then you can the game using ionic (http://ionicframework.com/):
To run web server,
#> ionic serve
To run android emulator (you need android dev tools):
#> ionic emulate android
You can also just serve the www folder with other server like apache, its how I run it on my website.
My first version of the game made for Caannoo (https://dl.openhandhelds.org/cgi-bin/caanoo.cgi?0,0,0,0,3,813), it has a diferente interface, with this new version I wanted to try a more clean and compact interface that maybe its too abstract but in some ways I think its better and other ways it may be worse.
Some images have a diferent license, so please check the .txt files that came with the images. They are also mention on the help tab of the game.
Happy Gamming ;)