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.
- Install Apache Maven 3.5.0 or later
- Install the Google Cloud SDK
- Create a project in the Firebase Console
- In the Overview section of the Firebase console, click 'Add
Firebase to your web app' and replace the contents of the file
src/main/webapp/WEB-INF/view/firebase_config.jspf with that code snippet.
- To run the app locally using the development appserver:
- If you see the error Google Cloud SDK path was not provided ...:
- Make sure you've installed the Google Cloud SDK
- Make sure the Google Cloud SDK's bin/ directory is in your PATH. If
you prefer it not to be, you can also set the environment variable
GOOGLE_CLOUD_SDK_HOME to point to where you installed the SDK:
export GOOGLE_CLOUD_SDK_HOME=/path/to/google-cloud-sdk
- If you see the error Unauthorized request.:
See CONTRIBUTING.md.
See LICENSE.