8000 GitHub - richardsondx/trezzle: Trezzle is a daily treasure hunt puzzle game where you use clues and a map to find the hidden cities.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Trezzle is a daily treasure hunt puzzle game where you use clues and a map to find the hidden cities.

Notifications You must be signed in to change notification settings

richardsondx/trezzle

Repository files navigation

Trezzle

Trezzle is a daily treasure hunt puzzle game where you use clues and a map to find the hidden country.

Features

  • Daily challenges that reset at midnight.
  • Clues are generated dynamically using real-world data.
  • Multiple pages: Today's Challenge, Previous Challenges, How to Play.
  • Shareable results to compete with friends.
  • Responsive design with Bootstrap styling.

Folder Structure

  • public/ - Contains the index.html file.
  • src/ - Contains all the source code.
    • App.js - Main application component.
    • index.js - Entry point.
    • components/ - Contains all React components.
    • styles/ - Contains CSS files.
  • package.json - Project configuration and dependencies.
  • README.md - Project documentation.

Getting Started

Prerequisites

node v21.2.0 (npm v10.2.3)

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository:
  git clone https://github.com/yourusername/trezzle.git
  cd trezzle

Install dependencies:

npm install

Running the Application Locally

npm start

Open http://localhost:3000 to view it in the browser.

Building for Production

npm run build

Deploying to Netlify

Install the Netlify CLI:

npm install netlify-cli -g

Build the project:

npm run build

Deploy to Netlify:

netlify deploy
Follow the prompts to log in and select your site.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Trezzle is a daily treasure hunt puzzle game where you use clues and a map to find the hidden cities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0