Completed
- How to build a multi-player Tic Tac Toe game with React Native and AWS Simplify
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Online Multiplayer Tic Tac Toe with React Native and AWS Amplify
Automatically move to the next video in the Classroom when playback concludes
- 1 - How to build a multi-player Tic Tac Toe game with React Native and AWS Simplify
- 2 - Download prerequisites for Tic Tac Toe game tutorial
- 3 - Part 1 Tutorial UI starting point
- 4 - Deploying App Backend in AWS Amplify Service
- 5 - Navigating through Admin UI in AWS Amplify
- 6 - Configure Login Authentication
- 7 - Install Amplify Dependencies
- 8 - Integrate Authentication Flows
- 9 - Amplify API AWS App Sync, AWS Dynamo DB, AWS Data Store
- 10 - Design the Data Model using AWS DataStore
- 11 - Updating API
- 12 - Add a New Game Mode
- 13 - Create a New Game
- 14 - Query a New Game
- 15 - Deleting a Temporary Game
- 16 - Implementing Join a Game
- 17 - Set up Playing Logic
- 18 - Updating game map and a current player
- 19 - Implement Subscriptions
- 20 - Update the Current Player
- 21 - Update Game function
- 22 - Update Game Winner and Game Finished
- 23 - Check Tie State
- 24 - Tic Tac Toe in React Native Game Demo