https://github.com/edoardottt/computerphile-pong
Pong game with a little bit of Data Science. Computerphile.
https://github.com/edoardottt/computerphile-pong
2d-game computerphile csv data data-science datascience game game-2d game-development games pandas pong pong-game pygame pygame-library python python-3 python-library python3
Last synced: about 1 month ago
JSON representation
Pong game with a little bit of Data Science. Computerphile.
- Host: GitHub
- URL: https://github.com/edoardottt/computerphile-pong
- Owner: edoardottt
- Created: 2020-06-17T20:19:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T09:32:02.000Z (7 months ago)
- Last Synced: 2025-04-04T20:14:22.358Z (2 months ago)
- Topics: 2d-game, computerphile, csv, data, data-science, datascience, game, game-2d, game-development, games, pandas, pong, pong-game, pygame, pygame-library, python, python-3, python-library, python3
- Language: Python
- Homepage: https://edoardottt.com/
- Size: 305 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
_ _ _ _
___ ___ _ __ ___ _ __ _ _| |_ ___ _ __ _ __ | |__ (_) | ___ _ __ ___ _ __ __ _
/ __/ _ \| '_ ` _ \| '_ \| | | | __/ _ \ '__| '_ \| '_ \| | |/ _ \_____| '_ \ / _ \| '_ \ / _` |
| (_| (_) | | | | | | |_) | |_| | || __/ | | |_) | | | | | | __/_____| |_) | (_) | | | | (_| |
\___\___/|_| |_| |_| .__/ \__,_|\__\___|_| | .__/|_| |_|_|_|\___| | .__/ \___/|_| |_|\__, |
|_| |_| |_| |___/```
Inspired by [Computerphile - Pong, Python & Pygame (Youtube video)](https://www.youtube.com/watch?v=JRLdbt7vK-E)
- Requirements:
- Python3
- pygame
- pandas
- scikitlearn
How to play (remember python 3.x):
```console
python game.py
```---------
[edoardottt.com](https://edoardottt.com/) to contact me.