jpems / BananasAndBubbles

Connect Four—written in Monkey C for Garmin wearable devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bananas & Bubbles

Bananas & Bubbles is the game "Connect Four", written in Monkey C for Garmin wearable devices.

Screenshot

Dependencies

The Connect IQ SDK must be installed in order to compile and run Bananas & Bubbles.

Building & Running

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>

Notes

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.

About

Connect Four—written in Monkey C for Garmin wearable devices.

License:GNU General Public License v3.0