Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.16 KB

File metadata and controls

64 lines (45 loc) · 2.16 KB

Tic Tac Toe on Google App Engine Standard using Firebase

This directory contains a project that implements a realtime two-player game of Tic Tac Toe on Google App Engine Standard, using the Firebase database for realtime notifications when the board changes.

Prerequisites

Setup

  • If you haven't already, Download and initialize the Cloud SDK
    gcloud init
  • If you haven't already, Create an App Engine app within the current Google Cloud Project
    gcloud app create
   export GOOGLE_APPLICATION_CREDENTIALS=/path/to/your/credentials.json

Running locally

$ mvn appengine:run

When running locally, the page does not automatically refresh, please reload the page manually after each move.

Deploying to App Engine Standard

$ mvn appengine:deploy

Contributing changes

See CONTRIBUTING.md.

Licensing

See LICENSE.