Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klihe/pingpong-pygame
I've been trying to make a ping pong game with some extra content like abilities and different characters.
https://github.com/klihe/pingpong-pygame
game ping-pong pygame python
Last synced: 20 days ago
JSON representation
I've been trying to make a ping pong game with some extra content like abilities and different characters.
- Host: GitHub
- URL: https://github.com/klihe/pingpong-pygame
- Owner: Klihe
- Created: 2023-11-26T17:39:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T09:54:49.000Z (5 months ago)
- Last Synced: 2024-06-22T19:11:11.987Z (5 months ago)
- Topics: game, ping-pong, pygame, python
- Language: Python
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PingPong-PyGame
I've been trying to make a ping pong game with some extra content like abilities and different characters.
## Requirements
- [pygame](https://www.pygame.org/wiki/GettingStarted)
## Run
### Macos/Linux
```bash
python3 main.py
```### Windows
```bash
python main.py
```## Controls
ESC - quit game
SPACE - start game/pause### Player 1
w - up
s - down
a - ability 1
d - ability 2### Player 2
arrow up - up
arrow down - down
arrow right - ability 1
arrow left - ability 2## Abilities
- first will make player taller
- second will make player faster