tofr / Wordle-Portle

the best wordles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle-Portle by Hard Inting Ducks

the best wordles

Yoonah Chang: PM; Frontend (JS)
Josephine Lee: Frontend (HTML, CSS)
Eric Guo: Backend (JS)
Rayat Roy: Backend (Python file; database handling)

Description

The Wordle-Portle was created to have multiple versions of the popular puzzle game in one place. From the classic Wordle to the math loving Nerdle, there is a puzzle for people of all ages.

APIs Used

placeholder etc

Launch Codes

Clone Repository

Clone this repository to your computer with https link:

$ git clone https://github.com/dubu-yc/Wordle-Portle.git

Set up a Virtual Environment

  1. Create a virtual environment
$ python3 -m venv <path_to_virtual_environment>
  1. Activate the virtual environment
$ . <path_to_virtual_environment>/bin/activate

Install Libraries Contained in requirements.txt

(<venv_name>)$ cd <path_to_Wordle-Portle>
(<venv_name>)$ pip3 install -r requirements.txt 

Run Program

(<venv_name>)$ cd <path_to_Wordle-Portle>/app
(<venv_name>)$ python3 __init__.py

Launch Site

Go to http://127.0.0.1:5000/ in your browser.

About

the best wordles


Languages

Language:HTML 61.5%Language:Python 25.6%Language:JavaScript 9.8%Language:CSS 3.1%