Giter Site home page Giter Site logo

bulls_cows's Introduction

Bulls&Cows game

Python 2.7 Code Climate Coverage Status

Game rules

Local game

$ git clone [email protected]:vb64/bulls_cows.git
$ cd bulls_cows/source
$ python bull_cows.py imcheater
my puzzle: 5091
enter 4 digits: 0519
cows: 4 bulls: 0
enter 4 digits: 5091
cows: 0 bulls: 4
Done!
Quest solved with 2 tries

Yandex.Alice skill, that hosted at GoogleAppEngine Standard Environment

You need Google account and registration at Google Cloud Platform. Create new python project and save your new GAE project ID. Download and install Cloud SDK, then:

$ gcloud init
$ gcloud components install app-engine-python
$ export BULLS_COWS_GAE_ID="Your-GAE-project-ID"
$ git clone [email protected]:vb64/bulls_cows.git
$ cd bulls_cows
$ make setup PYTHON_BIN=path_to_python27_executable
$ make deploy

After successful deployment visit the URL https://Your-GAE-project-ID.appspot.com You should see something like this:

Yandex Alice Bulls&Cows game lives here

Then, you need Yandex account and registration at Yandex.Dialogs. Create new Alice skill and set Webhook URL field to

https://Your-GAE-project-ID.appspot.com/alice

Test your Alice skill at the 'Testing' tab.

For security purpose, you can uncomment next lines of code and set a correct ID for your Alice skill.

Live version

The live version of this code is available as Yandex.Alice skill.

bulls_cows's People

Contributors

vb64 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.