Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frmdstryr/pysoy-ping-pong
PySoy Ping Pong
https://github.com/frmdstryr/pysoy-ping-pong
Last synced: about 2 months ago
JSON representation
PySoy Ping Pong
- Host: GitHub
- URL: https://github.com/frmdstryr/pysoy-ping-pong
- Owner: frmdstryr
- Created: 2013-12-06T02:56:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-06T03:22:07.000Z (about 11 years ago)
- Last Synced: 2024-10-15T18:26:35.157Z (3 months ago)
- Language: C
- Size: 17.8 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PySoy Ping Pong ##
Simple ping pong game written using a development version of [PySoy](http://www.pysoy.org/) for a school project. The goal was to do something that uses AI.
Uses [PyUserInput](https://github.com/SavinaRoja/PyUserInput) for mouse and keyboard interaction as PySoy currently doesn't have it implemented.
**Special thanks to all the great folks working on PySoy for making this possible!**
### Demo ###
[Watch it action](http://www.youtube.com/watch?v=VYfN-gngqr0&feature=youtu.be)
### Screenshot ###
![Ping pong](https://lh4.googleusercontent.com/tZVaxU_0QPXkjbtfe4m1rVw6oZvwC2rct0-AhEklHJrApg_t_84_klT4mapVEOy1br0g4mnHmB2vukIzW0z0aVjK5UotRK1VWJ-Xay_vfi9gFoUj1Ao47W4xGw)
### Running ###
Run main.py
### Running from iPython shell ###
cd to src\
```python
from game.main import PingPongGame
# cd to game\
g = PingPongGame()
g.start()```
Enjoy!