React Native Candy Crush Clone (itnext.io)Apr 03, 2020
I started building JellyBean Jam as a volunteer project for Puppetry Arts LLC. I wanted to gain experience in React Native and it seemed like a fun way to get started.
Before we get started, don’t forget to download JellyBean Jam for free on the App Store and try it out. My high score is 1400.
Build a Multiplayer Tic Tac Toe Game in React (dev.to)Aug 05, 2019
Tic tac toe is a quintessential childhood game. All it requires is something to write on and something to write with. But what if you want to play with someone that's in another location? In this case, you would need to use an application that connects you and another player to the game.
How to code the Game of Life with React (medium.freecodecamp.org)Mar 05, 2019
The Game of Life involves a two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead. At each step, every cell interacts with its eight adjacent neighbors by following a simple set of rules resulting in births and deaths.