thomcz / cm-conoways-gol

This is an implementation of Conoways Game of Life for the connection machine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conoways Game of Life for the connection machine

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

About

This is an implementation of Conoways Game of Life for the connection machine.

License:MIT License


Languages

Language:JavaScript 42.8%Language:Objective-C 19.2%Language:Java 17.0%Language:C# 6.4%Language:Arduino 5.6%Language:HTML 4.2%Language:CSS 3.7%Language:C 1.1%