This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Game Header | |
Version: 4.00.54 | |
Title: The Deep Cases | |
Author: Assistant | |
Description: A noir detective story with cosmic horror elements | |
# Variables | |
%Variable: Sanity | |
Type: Number | |
DefaultValue: 100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"The Deep Cases" by Assistant | |
The story headline is "A Detective Noir with Cosmic Horror". | |
The story genre is "Horror". | |
The release number is 1. | |
The story description is "You're detective Jack Morrison, investigating what seems like a routine missing persons case. But in this city, nothing stays routine for long..." | |
Part 1 - Setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 oz. Blanco Tequila (Espolon and Avion work very well) | |
.75 oz fresh lime juice | |
.25 oz Luxardo maraschino liqueur | |
Bar spoon of Crème de Violette | |
Maraschino cherry (Luxardo, not the bright red crap) | |
Chill martini glass. | |
Mix the first three ingredients in a shaker, shake well. | |
Empty martini glass and add cherry. | |
Strain cocktail into martini glass. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@quark016df6:~/projects/galileo-test/node_modules/galileo-io# grunt -d -v nodeunit | |
Initializing | |
Command-line options: --debug=1, --verbose | |
Reading "Gruntfile.js" Gruntfile...OK | |
Registering Gruntfile tasks. | |
Reading package.json...OK | |
Parsing package.json...OK | |
Initializing config...OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloaded and extracted latest IOTDK - software.intel.com/iot | |
Imaged a new SD card using Win32 Disk Imager | |
Unboxed new Galileo Gen 2 | |
Boot up Galileo w/ no SD card | |
Connect using serial port (iterm) | |
Log in, everything looks fine | |
Shutdown | |
Insert IOTDK SD card | |
Boot | |
Hit F7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Set your system date if you haven't: date -s "2014-05-15 12:25:00" | |
- Configure opkg: http://alextgalileo.altervista.org/package-repo-configuration-instructions.html | |
- Install dev pacakges: | |
root@clanton:~# opkg install gcc --force-overwrite | |
root@clanton:~# opkg install gcc-symlinks make g++ g++-symlinks git | |
root@clanton:~# opkg install packagegroup-core-buildessential | |
- Connect pin 0 (RX) on the Galileo to pin 11 on the Arduino | |
- Connect pin 1 (TX) on the Galileo to pin 10 on the Arduino | |
- From here: http://www.malinov.com/Home/sergey-s-blog/intelgalileo-configuringtheserialportinlinux | |
You can do each command from the command line or run this bash script: |