newbie

Cameron Simpson cs at cskk.id.au
Wed Sep 9 01:19:14 EDT 2020


On 09Sep2020 01:24, Grant Edwards <grant.b.edwards at gmail.com> wrote:
>On 2020-09-08, Don Edwards <doedau54 at gmail.com> wrote:
>> I may need. My aim is to write a program
>> that simulates croquet - 2 balls colliding with the strikers (cue) ball
>> going into the hoop (pocket), not the target ball. I want to be able to
>> move the balls around and draw trajectory lines to evaluate different
>> positions. Is there a package for this or maybe one to draw and one to
>> move? Any help much appreciated.
>
>Is pygame still a thing?

Looks like:

    https://pypi.org/project/pygame/
    https://pypi.org/project/pygame-geometry/

Don, there's a "Getting Started" page for Pygame here:

    https://www.pygame.org/wiki/GettingStarted

including some platform specific notes.

Cheers,
Cameron Simpson <cs at cskk.id.au>


More information about the Python-list mailing list