Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.68 KB

File metadata and controls

36 lines (24 loc) · 1.68 KB

Connections Game 🎮

Overview 🌐

This project is a remake of the New York Times (NYT) Connections Game. The game challenges players to group words into four categories based on their meanings. The objective is to create connections between words belonging to the same category while racing against time and avoiding mistakes.

Getting Started 🚀

  1. Clone this repository:
git clone https://github.com/insiyamullamitha/Connections-Game.git
  1. Open the 'index.html' file in a web browser to start the game.

Features ✨

  • Categories: The game includes four categories, each with a set of words.
  • Timer: A timer tracks the time taken to complete the game.
  • Mistakes: Players have a limited number of mistakes allowed before the game ends.
  • Shuffle: The ability to shuffle the words for a new game experience.
  • Dynamic UI: The interface dynamically updates as players make correct or incorrect choices.
  • Winning: The game concludes when all words are correctly grouped, and a victory message is displayed.

Technologies Used 🧑‍💻

  • HTML: The game's structure and layout are defined using HTML.
  • CSS: Styling is applied using CSS for an appealing user interface.
  • JavaScript: The game logic is implemented using JavaScript to handle word selection, grouping, timer, and more.
  • FontAwesome: Icons from FontAwesome are utilised for visual elements.

Customisation 🛠️

  • Categories and Words: Modify the categoryWords object in the JavaScript file (connections.js) to change categories and words.
  • Mistake Limit: Adjust the mistakesRemaining variable in the JavaScript file to change the allowed number of mistakes.