- 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
Description:
Learn to build an online multiplayer Tic Tac Toe game using React Native and AWS Amplify in this comprehensive tutorial. Explore AWS-powered mobile application development, including authentication, API data modeling with Admin UI, and real-time app-to-app communication. Master CRUD operations using Datastore, deploy app backends, configure login authentication, and design data models. Implement game logic, create and join games, update game states, and handle subscriptions. By the end, demonstrate your skills by showcasing a fully functional React Native Tic Tac Toe game with multiplayer capabilities.
Online Multiplayer Tic Tac Toe with React Native and AWS Amplify