kitao / pyxel

A retro game engine for Python
MIT License
15.31k stars 847 forks source link

a #573

Closed makotofurusawa closed 1 month ago

makotofurusawa commented 1 month ago

import pyxel

pyxel.init(200, 200) pyxel.cls(7) pyxel.line(0, 0, 200, 200, 0) pyxel.show()