pokepetter / ursina

A game engine powered by python and panda3d.
https://pokepetter.github.io/ursina/
MIT License
2.23k stars 328 forks source link

Add scoring to the pong sample #717

Closed SuperZekes closed 2 months ago

SuperZekes commented 2 months ago

I have added a points system to the pong example code in the samples folder. The first player to reach five points wins!

SuperZekes commented 2 months ago

Forgot to say this but I have tested this and it works as intended.