• PACMAN

    From Lina Bousbina@21:1/5 to All on Wed Oct 5 15:21:56 2022
    How can I create a PACMAN graphic with javascript?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From luserdroog@21:1/5 to Lina Bousbina on Wed Oct 5 07:49:25 2022
    On Wednesday, October 5, 2022 at 8:22:06 AM UTC-5, Lina Bousbina wrote:
    How can I create a PACMAN graphic with javascript?

    Use HTML5 Canvas.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJ@21:1/5 to Lina Bousbina on Fri Oct 7 05:35:52 2022
    On Wed, 5 Oct 2022 15:21:56 +0200, Lina Bousbina wrote:
    How can I create a PACMAN graphic with javascript?

    It can be done using CSS. An empty sized element styled with colored
    backgroud, border radius, rotate transformation, path clipping, and
    animation.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Haufe (TNO)@21:1/5 to Lina Bousbina on Sat Oct 8 12:17:53 2022
    On Wednesday, October 5, 2022 at 8:22:06 AM UTC-5, Lina Bousbina wrote:
    How can I create a PACMAN graphic with javascript?

    There are some examples on CodePen of varying quality. For example:

    <https://codepen.io/hellokatili/pen/xwKRmo>

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)