Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rukbotto/pong-pygame
- Owner: rukbotto
- License: mit
- Created: 2016-10-13T18:06:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T15:42:58.000Z (over 7 years ago)
- Last Synced: 2024-10-05T22:04:19.027Z (3 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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