Go to file
Kristofers Solo 2b6b4c34d9 feat(game): generate block with given coords
feat(game): update `generate_block`

Method accepts coords where to spawn blocks
2023-12-31 02:24:28 +02:00
src/py2048 feat(game): generate block with given coords 2023-12-31 02:24:28 +02:00
.gitignore refactor(game): add atomic funtions 2023-12-29 18:02:39 +02:00
LICENSE Initial commit 2023-12-23 19:58:25 +02:00
main.py feat(game): setup logger 2023-12-28 18:15:34 +02:00
pyproject.toml moved to pygame-ce 2023-12-28 18:15:15 +02:00
requirements_dev.txt Initial commit 2023-12-23 20:00:06 +02:00
requirements.txt moved to pygame-ce 2023-12-28 18:15:15 +02:00