pythonarcade/arcade — reverse-engineered prompt
Reverse engineered prompt
Build me a beginner friendly Python library for making simple two dimensional arcade games. I want someone new to programming to be able to install it, open a window, draw shapes or sprites, move things around, and react to keyboard or mouse input without learning a big complicated game engine.
Use pyglet and OpenGL underneath if that makes sense, but keep the public API simple and readable. Please include a few tiny example games or demos so users can copy them and start playing right away. Add clear documentation with a quick start, basic concepts, and links to examples. Make sure the package is organized like a real open source library, with tests where useful, formatting, and a simple way to run the examples locally.
Look up current Python packaging and pyglet docs online if you need to.
Want more depth? Deep Reverse