Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!