Skip to content

webxdc/2048

Repository files navigation

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.

Languages

  • CSS 48.4%
  • JavaScript 45.7%
  • HTML 5.9%