{"library":"pyverse2d","title":"PyVerse2D","description":"PyVerse2D is a 2D game engine built on pyglet and OpenGL, designed for rapid prototyping of simple 2D games. Current version 0.74.13 supports Python >=3.10. The project is in active development with frequent releases.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pyverse2d"],"cli":null},"imports":["from pyverse2d import Verse","from pyverse2d.graphics import Sprite"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyverse2d import Verse\n\napp = Verse()\napp.title = 'My Game'\napp.run()","lang":"python","description":"Creates a basic game window and runs the main loop.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}