Pyxel examples
Execute following command for setup pyxel.
$ pip install pyxel
Run http server
$ python -m http.server 8000
Set URL at browser
http://localhost:8000/<directory>/
# e.g.
# http://localhost:8000/0001_action_game/
Execute following command
$ pyxel package <package name> <python file path>
# e.g.
# pyxel package 0001_action_game 0001_action_game/action_game.py