lordmauve/pgzero

Expose Clock instance directly in order to get the current game time

Open

#357 geöffnet am 14. Apr. 2025

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (185 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (472 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Clock.t stores the elapsed time of the clock.

Due to the way we expose the clock in builtins, clock is a module. We could convert it to a Clock instance, in which case clock.t would be a way of accessing the time.

(We should explain in documentation that t is the commonly used mathematical variable for time, hence the short name.)

Contributor Guide