Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 433 Bytes

2048.xdc

A 2048 game port for webXdc.

Build

pip3 install -r ./requirements.txt
python3 ./build.py

The output is a file with .xdc extension.

Test

After building, to debug the app in a browser, you can simply open the file build/index.html

License

"2048.xdc" is licensed under the MIT license.