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?
- Host: GitHub
- URL: https://github.com/fsvieira/balance
- Owner: fsvieira
- License: gpl-3.0
- Created: 2014-09-11T22:29:12.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-11-04T23:42:38.000Z (almost 6 years ago)
- Last Synced: 2025-05-18T12:07:25.262Z (5 months ago)
- Language: JavaScript
- Homepage: https://fsvieira.github.io/balance/#/tab/dash
- Size: 27.5 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 serveTo run android emulator (you need android dev tools):
#> ionic emulate androidYou 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 ;)