Guess that Hex is a multiplayer web-based game that I made just for fun. A color is presented, and the players try to guess the color's hex value.
The game is built using React and Firebase for real-time communication. It's hosted on S3.
Run yarn install. Then start the app with yarn start.
This project also uses Storybook,
which can be started with yarn storybook.
First, make sure you have a .env file with keys: AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, then run yarn deploy. This builds the project for production and uploads the build to S3.
