All Projects → GoogleCloudPlatform → appengine-endpoints-tictactoe-python

GoogleCloudPlatform / appengine-endpoints-tictactoe-python

Licence: Apache-2.0 license
A simple backend for a Tic Tac Toe game using Google Cloud Endpoints, App Engine, and Python.

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
CSS
56736 projects

appengine-endpoints-tictactoe-python

This application implements a simple backend for a Tic Tac Toe game using Google Cloud Endpoints, App Engine, and Python.

Products

Language

APIs

Setup Instructions

  1. Make sure to have the App Engine SDK for Python installed, version 1.7.5 or higher.
  2. Change 'YOUR-CLIENT-ID' in static/js/render.js and tictactoe_api.py to the respective client ID(s) you have registered in the APIs Console.
  3. Update the value of application in app.yaml from your-app-id to the app ID you have registered in the App Engine admin console and would like to use to host your instance of this sample.
  4. Run the application, and ensure it's running by visiting your local server's admin console (by default localhost:8080/_ah/admin.)
  5. Test your Endpoints by visiting the Google APIs Explorer: localhost:8080/_ah/api/explorer
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].