is it possible to run pygame or pyglet in a browser?

后端 未结 3 1854
陌清茗
陌清茗 2020-11-30 12:27

I have 3 game libraries installed on my PC: pyglet, pygame and Panda3D.

I would like to create a 2D game and make it a web browser game so i can put it on facebook.<

3条回答
  •  借酒劲吻你
    2020-11-30 13:05

    Repl.it -- an online IDE -- just announced Pygame and any other Python GUI or game library. You can start here.

    Here are some examples:

    • Pyglet example
    • Tetris in pygame

提交回复
热议问题