Skip to content

A simple wordle clone made in Python targeted at beginners.

Notifications You must be signed in to change notification settings

AHS-Hack-Club/wordle-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Wordle Clone

A simple wordle clone made in Python targeted at beginners.

Project Setup

Pull from Upstream

git remote add upstream https://github.com/AHS-Hack-Club/wordle-clone.git # Adds the main repo to your project with the name "upstream"
git fetch upstream # Pull changes from upstream repo you added
git add . # Add all the files you changed
git stash # Save your changes temporarily
git merge upstream/main # Take changes and put them in your repository

Push to Personal Repo

git add . # Add all the files you changed
git commit -m "Describe what u did in a few words" # Create a commit with a readable message
git push

About

A simple wordle clone made in Python targeted at beginners.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages