An open API service indexing awesome lists of open source software.

https://github.com/fsvieira/balance

Balance: A Logic Puzzle With Balls, can you find the defective ball?
https://github.com/fsvieira/balance

Last synced: 4 months ago
JSON representation

Balance: A Logic Puzzle With Balls, can you find the defective ball?

Awesome Lists containing this project

README

          

Balance
=======

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.

Try the game
=======

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

Run it yourself
=======

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.

Older Version
=======
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.

Images
=======
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 ;)