An open API service indexing awesome lists of open source software.

https://github.com/regisb/cubblecobble


https://github.com/regisb/cubblecobble

Last synced: 11 months ago
JSON representation

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).