Here you will find all the resources implemented on our research.
If you like to replicate the scenarios, please follow the steps below.
The next steps should work only on ANDROID 📱.
- First of all, you need to clone the repositories listed below.
React Native John Conway's Game of Life implementation
Ionic Framework John Conway's Game of Life implementation
PWA John Conway's Game of Life implementation
-
Then install the dependencies of each project and generate the APKs.
-
Then move the APKs to your mobile phone.
-
Connect your mobile device to your computer, and check if it is visible using the following command on your terminal
$ adb devices
The output should look like this
List of attached devices
335646534d473098 deviceIf you don't find your device listed, please check if the Developer mode is activated on your settings.
- Clone and install the dependencies of the following repo.
- Go to the Read CPU script directory and run
$ npm startIf you'd like to update the experiment params, go to the src/constants/params.js and update them.