Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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