Bananas & Bubbles is the game "Connect Four", written in Monkey C for Garmin wearable devices.
The Connect IQ SDK must be installed in order to compile and run Bananas & Bubbles.
- Download Connect IQ SDK 1.2.2
Read the Getting Started guide to learn how to build and run Monkey C apps. The guide also explains how to install an Eclipse plugin which provides syntax highlighting and integrated execution in the Connect IQ simulator. The easiest way to build and run Bananas & Bubbles is to import the project into Eclipse.
Alternatively, to skip building, simply open a command prompt in the SDK bin directory and run:
> connectiq
> monkeydo <path to BananasAndBubbles.prg>
Bananas & Bubbles has only been tested on virtual devices. There is no guarantee that it will run on a physical device but you are welcome to try at your own risk. The game does not have AI or wireless communication at this time.