Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rukbotto/pong-pygame

A pong game powered by Pygame.
https://github.com/rukbotto/pong-pygame

Last synced: 15 days ago
JSON representation

A pong game powered by Pygame.

Awesome Lists containing this project

README

        

# Pong Pygame

A pong game powered by [Pygame][1].

## Installation

Install `SDL`, `smpeg` and `portmidi`:

```
>> macOS
$ brew install sdl sdl_image sdl_mixer sdl_ttf smpeg portmidi
```

Then, install Python dependencies:

```
$ pip install -r requirements.txt
```

## Usage

Run the main script:

```
$ python src/main.py
```

## License

The package is available as open source under the terms of the [MIT License][2].

[1]: http://pygame.org
[2]: http://opensource.org/licenses/MIT