pixel drawer
- JavaScript 63.4%
- PHP 13.6%
- CSS 12.5%
- Python 8.1%
- HTML 2.4%
| js | ||
| app.js | ||
| index.html | ||
| README.md | ||
| styles.css | ||
Pixel Island Summoner
Local prototype. Open index.html with Live Server, or run:
python3 -m http.server 5500
Then open http://localhost:5500.
Current controls
- Open Pixel Studio with the large
+button. - Left drag on the pixel canvas: draw.
- Right drag or middle drag on the pixel canvas: pan.
- Mouse wheel on the pixel canvas: zoom.
- Use
Lightto paint light cells with the selected palette color. - Use
Set Outlineto apply the selected palette color as a thin sprite outline. - Click map objects to select them and show their bubble.
Notes
- Data is saved in
localStorage. - The vote bubble is local only.
- Server-side moderation is not implemented yet; see the TODO comment in
app.jsnearvoteSelected().