Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jiisanda/pygame-shoot
https://github.com/jiisanda/pygame-shoot
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jiisanda/pygame-shoot
- Owner: jiisanda
- Created: 2022-03-15T05:28:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T11:37:27.000Z (8 months ago)
- Last Synced: 2024-03-24T12:34:16.752Z (8 months ago)
- Language: Python
- Size: 6.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shoot the Goblin
A basic Python Application made using PyGame.
Requirement:
- Python: 3.8.8
- Pygame: 2.1.2
To Install Pygame:
```
pip install pygame
```
## Images
The Game Window
Negative Score when Goblin Hits the Soldier
Bullets from the Soldier and Killing the Goblin (i.e. Reducing the life)
The Console prints ```HIT!``` everytime the goblin gets hit