A completely python-based space-shooter game. In which you have just one aim to survive the longest and keep destroying the enemies that come in your way.
- Clone the repository (either by using the URL or clone button present).
https://github.com/NJACKWinterOfCode/endless.git
- Install the Pygame module using pip.
python -m pip install pygame
- Run the python script.
python name_of_file
- Fork the repository.
- clone the repository.
https://github.com/NJACKWinterOfCode/endless.git
- create a different branch.
git checkout -b newbranch oldbranch
- Do the needful changes to solve the issue.
- commit the changes and open a pull request.
git commit -m "description about changes"
git push origin newbranch
- Making a pull request