pyxel-examples

Pyxel examples

GitHub Pages WebSite

GitHub Repository

Setup

Execute following command for setup pyxel.

$ pip install pyxel

Web App

Run at local

Run http server

$ python -m http.server 8000

Set URL at browser

http://localhost:8000/<directory>/

# e.g.
# http://localhost:8000/0001_action_game/

How to make pyxapp

Execute following command

$ pyxel package <package name> <python file path>
# e.g.
# pyxel package 0001_action_game 0001_action_game/action_game.py