Simplifying the process of creating games and apps for the Sprig. Currently at v0.5.0, under active development with regular releases.
pip install sprig-essentialsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a game, create a sprite, add a button, and run the game loop.
Use `pip install sprig-essentials==0.5.0` in requirements.
Update Button instantiation to match new signature: Button('A', lambda: print('Pressed')).Replace `add_event_listener` with `add_button` and adjust parameters.
No dependency data recorded yet.