Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xantredev/ourgame

OurGame(working title)
https://github.com/xantredev/ourgame

Last synced: 16 days ago
JSON representation

OurGame(working title)

Awesome Lists containing this project

README

        

# Xantre
OurGame(working title)

To work with this repository, you will have to clone everything
into a package and create a venv folder there, install a python
and pygame there. After that you can create branches and so on.

Basic commands:

sudo apt install git # git intallation

git config --global user.name "blank" # set name in git

git config --global user.email "[email protected]" # set mail in git

git init # git repository initialization

git status # project status

git add # file adding in commit

git commit -m "blank" # commit with comment(there are no others)

git branch # show all branches

git branch # creation of new branch

git checkout # branch swithcing

git branch -d # del branch

git merge # branch association

git stash # save code in bufer

git stash pop # buffer switching

Pygame guide: https://www.pygame.org/docs/