# Pixel Island Summoner Local Python rewrite of the original JavaScript browser prototype. ## Run ```bash python app.py ``` The app uses Python's built-in Tkinter UI toolkit, so there are no third-party dependencies. ## Notes - Local data is saved to `pixel_island_save.json`. - You can draw pixel assets, save them to the library, summon them onto the island, erase placed objects, and export or import JSON save data. - Mouse wheel zooms the island. In Pan / Inspect mode, drag the island to move the camera.