Skip to content

TannerStephenson/catch-phrase

Repository files navigation

Guess the Phrase Game

Introduction

Guess the Phrase is a web-based game where players are challenged to interpret and guess the meaning behind a series of emojis. It's built using React for the frontend and Node.js/Express for the backend. This project aims to provide a fun and interactive way to engage with emojis beyond their use in everyday communication.

Features

  • Real-time feedback on guesses.
  • Simple and intuitive user interface.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

Installing

A step-by-step series of examples that tell you how to get a development environment running.

  1. Clone the repository: git clone https://github.com/TannerStephenson/catch-phrase.git

  2. Navigate to the project directory: cd catch-phrase

  3. Install dependencies for the server: cd backend npm install

  4. Start the backend server: node server.js The server will start on http://localhost:8080.

  5. Open a new terminal window/tab, navigate to the frontend directory, and install dependencies: cd ../frontend npm install

  6. Start the frontend application: npm start

The application will be available at http://localhost:3000.

How to Play

  • Visit the web application at http://localhost:3000.
  • You'll be presented with an emoji puzzle. Enter your guess for the phrase it represents.
  • Click the "Submit" button to see if your guess is correct. You'll receive immediate feedback.
  • Have fun and challenge yourself with as many puzzles as you can!

TODO

  • Implement login.
  • Implement more puzzles.
  • Working menus.

About

A web based game where you guess the emoji's corresponding phrase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published