0
votes
1answer
73 views

Kivy: How to make Kivy Pong Game to stop after maximum points reached?

I found Pong Game made in Kivy and trying to develop it further just for my own learning purpose. But it is difficult to find any information about Kivy which could help me. For example, at this ...
0
votes
0answers
289 views

Fast moving sprite without blur - Python - Kivy

I asked a similar question to this before, but the question and answer aren't relevant to this question. So I'm making a Pong game and thanks to you guys I am able to have the AI paddle move without ...
2
votes
3answers
191 views

Increasing sprite position incrementally very fast without lag - Python

I'm making a PONG game for a school project using Kivy in Python. So far thanks to this forum I've made myself some AI for the NPC paddle. This is the code: if self.ball.y < ...
0
votes
2answers
677 views

Creating AI for Pong game + basic understanding of speed algorithm

I'm making a pong game for my software development class, and I should probably state that this is homework, hence my limited understanding. and I'm having some problems creating the AI for my NPC ...