What is your app?
My app is a the game of Pong.
What does it do?
My app can be played with one person (with an
ai) or two people.
What does your
Python code do?
My python code is the game of pong with an ai in it.
What does the AI
do?
The Ai mimics a player (me) in pong.
Python
Code
How many lines of
Python code? 179
What IDE did you
use? Repl.it
Where did you get
the data?I collected my own
data.
What were your
metrics?I had a 93 percent
accuracy, but in reality, my AI was not
that good .
Any way that you
would like to make
your app better?
I would like to maybe give it better data so it can make better
decisions.
Here is where i got the original pong code:
https://gist.github.com/vinothpandian/4337527
AIClub Python Pong

AIClub Python Pong

  • 2.
    What is yourapp? My app is a the game of Pong. What does it do? My app can be played with one person (with an ai) or two people.
  • 3.
    What does your Pythoncode do? My python code is the game of pong with an ai in it. What does the AI do? The Ai mimics a player (me) in pong. Python Code
  • 4.
    How many linesof Python code? 179 What IDE did you use? Repl.it
  • 5.
    Where did youget the data?I collected my own data. What were your metrics?I had a 93 percent accuracy, but in reality, my AI was not that good .
  • 6.
    Any way thatyou would like to make your app better? I would like to maybe give it better data so it can make better decisions. Here is where i got the original pong code: https://gist.github.com/vinothpandian/4337527