Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #6

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 79 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,79 @@
# Shooter
# Project Title:

Scrolling Shooter Game

## 1. Project Description:

This project is a Scrolling Shooter Game. It has been developed in Python programming language, using the Pygame library.

## 2. Tech Stack:

- Python 3
- Pygame

URL: [https://www.pygame.org/news ](https://www.pygame.org/news)

## 3. Installing:

1. Clone the git repo

```
https://github.com/russs123/Shooter.git
```

2. Open project folder

3. Explore

4. Open shooter_tut13.py and run

5. Play the game

Enjoy 😎


## 4. Demo:

https://www.youtube.com/watch?v=Rp3ZrVMNnuk

## 5. Contributing:

Pull requests are welcome.

For major changes, please open an issue first to discuss what you would like to change with project owner (Coding With Russ).


## 6. Created By:

Name: Coding With Russ

Project Name: PyGame Scrolling Shooter Game Beginner Tutorial in Python

Youtube: https://www.youtube.com/watch?v=DHgj5jhMJKg&list=PLjcN1EyupaQm20hlUE11y9y8EY2aXLpnv&index=1

Github: https://github.com/russs123/Shooter


## 7. Licence:

MIT License

Copyright (c) 2021 russs123

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.