Skip to content

fetch-rewards/fetch-connections-game

 
 

Repository files navigation

Fetch Connections

Match the brands that belong to the same business!

Built for the 2023 Frostbyte Hackathon.

Rest of the readme comes from the forked repo :)

Connections (React, Tailwind, Shadcn/ui)

This is a clone of the NYT Connections Game. Which itself seems to be an unacknowledged clone of the British game Only Connect.

Anyways..

Gif of Connections Gameplay

To Run Locally:

cd react-connections-game
npm install
npm run dev

Technology

Code Organization

  • Global state (game status, guesses, etc.) is handled using React's Context API. The provider components are in src/providers
  • Components are in src/components
  • Helper functions for local storage, game statistics, and constants are in src/lib
    • The actual puzzle data for changing the content of each puzzle is in src/lib/data.js
  • Custom hooks are in src/hooks

Similar Projects

Contributing

  • Please fork and submit a PR if you'd like!

Projects Built Using This Repo:

  • your fork here!

Want to add one to the list? Please make a pull request.

If you found this helpful or entertaining feel free to check out our other work!

If you'd like to support financially

About

Fetch business-brand New York Times (NYT) Connections Game clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • CSS 6.3%
  • Python 2.6%
  • HTML 0.6%