This is an implementation of Conoways Game of Life for the connection machine. You can run it on the connection machine at the KIT or on the emulator.
##Installation
Copy the project to a new directory.
This code requires cordova-cli, which require node.js
$ npm install cordova -g
Adding platforms generates the native projects. Run the following commands in the projects folder.
$ cordova platform add android
$ cordova platform add wp8
Install the Bluetooth Serial plugin with cordova
$ cordova plugin add cordova-plugin-bluetooth-serial
Now you can open the project in Visual Studio or Android Studio and run it on your phone.
NOTE: Don't edit the HTML or JS in the generated projects. Edit the source in ~/cm-conoways-gol/www and rebuild it.
$ cordova platform update android
$ cordova platform update wp8