Skip to content

Dream-Dimension/Guess-That-Color

Repository files navigation

Introduction

A simple mobile application that challenges users to test their accuracy in matching colors. It features both color and greyscale modes. It incorporates very basic gamification to make it a bit more fun.

The app is compatible with Android, iOS, and web .

Availability

Other Dream Dimension Projects: DreamDimension.net

Screenshots

  • Full Color Mode Example

Color Matching Game - Full Color Mode

  • Greyscale Mode Example

Color Matching Game - Greyscale Mode

Code Quality

The code base is not particularly great but it's pretty small. It was quickly hacked together to get a protototype finished.

Setup

npm install

npm  start

Tasks:

[ ] hard mode with background contrasting
[ ] shadow bug on android/native
[ ] Clean up UI
    - investigate typography
    - investigate custom slider

Handling Apple Errors

If authentication with the Apple Developer Portal fails, citing a maintenance activity error, try the following solutions:

  1. Check the Apple System Status for any ongoing maintenance activities.
  2. If the issue persists, forcefully reinstall the eas-cli:
  3. If it keeps occuring, use: npm install -g eas-cli --force