Skip to content

thompsnm/goSensei

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Sensei

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.

Roadmap Voting

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.

Building

OSX

The following command will bundle the Node.js wrapper, package.json, and gnugo binary for OS X:

npm run build:osx

Lambda

The following command will zip all necessary files in preparation of uploading to the Go Sensei Lambda Function:

npm run build:lambda

Contributing

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.