feat: make it web/pygbag deploy compatible

This commit is contained in:
2025-07-28 16:17:54 -04:00
parent 2434bf344b
commit 9fe278675d
22 changed files with 39 additions and 116 deletions

View File

@@ -1,24 +1,10 @@
<h1 align="center">
<img width="320" height="288" src="https://gitea.redturtle.foo/crayonix/tetri5/raw/branch/main/resource/image/title_screen.png?raw=true">
<img width="320" height="288" src="https://gitea.redturtle.foo/crayonix/tetri5/raw/branch/main/data/image/title_screen.png?raw=true">
<br>
</h1>
<h4 align="center">A full featured game of falling shapes using python's <a href="https://www.pygame.org/wiki/about" target="_blank">pygame</a> library.</h4>
<p align="center">
<a target="_blank" href="https://lgtm.com/projects/g/gio101046/tetri5/alerts/">
<img src="https://img.shields.io/lgtm/alerts/g/gio101046/tetri5.svg?logo=lgtm&logoWidth=18"
alt="looks good to me">
</a>
<a target="_blank" href="https://lgtm.com/projects/g/gio101046/tetri5/context:python">
<img src="https://img.shields.io/lgtm/grade/python/g/gio101046/tetri5.svg?logo=lgtm&logoWidth=18"></a>
<a target="_blank" href="https://trello.com/b/3BxntLgZ/tetri5">
<img src="https://img.shields.io/badge/-Trello-blue?logo=trello">
</a>
<!-- <a target="_blank" href="https://saythanks.io/to/giovaniluisrodriguez@gmail.com">
<img src="https://img.shields.io/badge/SayThanks.io-%E2%98%BC-1EAEDB.svg">
</a> -->
</p>
<br>
<br>
@@ -90,3 +76,9 @@ Pull requests are welcome. For major changes, please open an issue first to disc
## License
[MIT](https://choosealicense.com/licenses/mit/)
```TODO
pip install --target __pypackages__/3.12/lib/ websockets==15.0.1
pip install --target __pypackages__/3.12/lib/ PyYAML==6.0.2
```