Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 994 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 994 Bytes

React Time Game

View the live demo at https://react-tile-game.now.sh/

What Is It?

React Tile Game is a simple progressive web app built with React and React-Bootstrap.

How To Play

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.

Difficulty Settings

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!