https://github.com/regisb/cubblecobble
https://github.com/regisb/cubblecobble
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/regisb/cubblecobble
- Owner: regisb
- License: agpl-3.0
- Created: 2025-08-30T00:19:25.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T17:17:16.000Z (11 months ago)
- Last Synced: 2025-08-31T17:21:14.550Z (11 months ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Cubble Cobble
## Usage
git clone https://github.com/regisb/cubblecobble
cd cubblecobble
python -m venv ./.venv
source .venv/bin/activate
pip install --upgrade pyxel
make play
## Development
Install requirements:
pip install pyxel
Install development requirements:
pip install mypy pylint black pyinstaller
Bundle to executable file:
make executable
Note that the generated file will be executable only on the architecture on which it was built.
To point to a specific game server, run:
GAME_SERVER_HOST= GAME_SERVER_PORT= make play
## License
This work is licensed under the terms of the [GNU Affero General Public License (AGPL)](./LICENSE.txt).