Skip to content

insiyamullamitha/Connections-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors