Skip to content

TheSimmer101/wordle

Repository files navigation

Welcome to Winter Wordleland! ☃️❄️

We participated in the Daedalus Honors The Nightmare Before Christmas Hackathon by creating a winter-themed of The NY Times’ Wordle game! 

Rules of our game:

The rules of the game are the same as the original, except all the possible answers are related to the winter season or winter holidays.

For those who are unfamiliar, this is essentially a word-guessing game.

You have several chances to guess the right word! For each letter in your guess, the color changes depending on how close you are to the answer.

If the letters are:

  • Green: the letter is in the correct spot, well done!
  • Yellow: the letter is somewhere in the word, but not where you put it.
  • White: the letter is not in the word at all.

Here's a demo of our game!

🚨SCREEN DISCLAIMER!!!🚨

When playing our game in your local terminal, please make sure the terminal is at full screen to ensure perfect quality!

Resources:

We have used multiple libraries to create this game, but lucky for you guys, there’s a way to avoid installing all of them to play our game. You can use Docker!

Docker is a software platform that helped us develop, deploy, and manage our application efficiently by packaging it into containers to ensure consistent performance across various environments. With our Dockerfile, accessing and running our game is quick and easy! This is available for both Linux, Windows, and Mac. Docker is not mandatory, but if you choose not to use it, please be sure to install all required dependencies (g++, Makefile, ncurses, Hunspell)

Here’s how you can do it:

docker build -t wordle_repo .
docker run --name wordle_repo_container -it --rm -v ${PWD}/:/workspace -w /workspace wordle_repo

Once your docker container is running, the username in the terminal should change to something like  root@123456/workspace# (numbers may vary). Once you have that username, compile and run our game with the command make run. To exit, press ctrl + z (or ctrl + c on Mac) and type the command exit. 

For more information, visit the official Docker website: https://www.docker.com/

Here are other resources we used:

Disclaimer

  • Dockerfile was created with the help of artificial intelligence.
  • The Makefile was inspired by the Makefiles provided in CSCI-235 at Hunter College

HAVE FUN!!!

About

A winter version of Wordle!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors