This is the source code for the Go Sensei Alexa Skill. It is built using the Gnu Go library that has been compiled for the Amazon Linux AMI. It can be enabled for your Alexa device using the Alexa app on your smartphone.
Please leave a +1 reaction on any of the issues you would most like us to address. New feature development will be prioritized based on this voting system.
The following command will bundle the Node.js wrapper, package.json, and gnugo binary for OS X:
npm run build:osx
The following command will zip all necessary files in preparation of uploading to the Go Sensei Lambda Function:
npm run build:lambda
Pull requests welcome! No formal style guide is provided, but try to match the existing style in any files you edit. Expect unit tests and a Travis CI job to verify functionality in the future.