Programming Paradigms Spring 2024 Course Project (Group 10):
- Emily Colleran
- Michael Hines
- TJ Weber
- Zach Sellman
At its core, worNDly is meant to be a fun game where users get 6 chances to guess a 5-letter word. Each guess provides feedback in the form of color-coded clues, guiding players towards the correct answer. The game combines vocabulary skills with logical deduction, offering a daily challenge that has captured the interest of word enthusiasts around the world.
Here all the dependencies of our project:
To get a local copy up and running, follow these simple steps:
Here is the list of steps to get our project running.
- Clone the repo
git clone git@github.com:ecolleran/manor_quad.git
- From worNDly directory, run (where [PORT] is your own personal port number):
python3 manage.py runserver 0.0.0.0:[PORT]
- Open http://0.0.0.0:[PORT]/ on internet browser.