Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xantredev/ourgame
OurGame(working title)
https://github.com/xantredev/ourgame
Last synced: 16 days ago
JSON representation
OurGame(working title)
- Host: GitHub
- URL: https://github.com/xantredev/ourgame
- Owner: XantreDev
- Created: 2019-11-14T12:38:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T20:17:21.000Z (9 months ago)
- Last Synced: 2024-12-08T20:39:01.938Z (17 days ago)
- Language: Python
- Homepage:
- Size: 15.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 switchingPygame guide: https://www.pygame.org/docs/