Skip to content

KSA01/3d-tetris-game

Repository files navigation

3d-game

How to run this project: "git clone https://github.com/KSA01/3d-game" in the folder or directory you desire

Open in VSCode or Visual Studio and run the main.py file

Making a new branch and switch to it: git checkout -b your_branch_name

Commit all your changes on a branch: git commit -a -m 'some message'

Merge your branch to main: git checkout master git merge hotfix

Push to git branch: git push -u origin 'branch_name'

git pull origin main before you start working on the branch

Commit your changes to a seperate branch instead of always merging to main to preserve work

Must install freetype for the UI: "pip install freetype-py"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages