Skip to content

frmdstryr/pysoy-ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PySoy Ping Pong

Simple ping pong game written using a development version of PySoy for a school project. The goal was to do something that uses AI.

Uses 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

Screenshot

Ping pong

Running

Run main.py

Running from iPython shell

cd to src\

from game.main import PingPongGame

# cd to game\ 

g = PingPongGame()
g.start()

Enjoy!

About

PySoy Ping Pong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published