View the live demo at https://react-tile-game.now.sh/
React Tile Game is a simple progressive web app built with React and React-Bootstrap.
The goal of the game is to take turns selecting numbered tiles against a CPU opponent. The game ends when all tiles have been selected, displaying a winner and giving the option to play again.
Three difficulty settings are featured in this game.
Easy:
Tiles are valued between 1 & 10. The CPU simply selects a tile at random, making it very easy to win.
Medium:
Tiles are valued between 1 & 50. The CPU will select the highest-valued tile from the first 1/2 of all available tiles.
Hard:
Tiles are valued between 1 & 100. The CPU will relentlessly select the highest-valued tile available. Select carefully!