T0nyX1ang / noqx

Extended logic puzzle solver of noq.
https://noqx.tonyxiang.site/
GNU General Public License v3.0
3 stars 0 forks source link

Noqx

Extended logic puzzle solver of Noq.

Current Maintainers

Current development status

How to run locally

Use PDM with a virtual environment (Recommended)

    git clone https://github.com/T0nyX1ang/noqx.git --recursive
    pdm install
    pdm run noqx.py

Use PIP

    pip install -r requirements.txt
    git clone https://github.com/T0nyX1ang/noqx.git --recursive
    py -3 noqx.py
    python3 noqx.py

Additional Usage

    usage: noqx.py [-h] [-H HOST] [-p PORT] [-d]

    optional arguments:
      -h, --help            show this help message and exit
      -H HOST, --host HOST  the host to run the server on.
      -p PORT, --port PORT  the port to run the server on.
      -d, --debug           whether to enable debug mode with auto-reloading.
      -tl TIME_LIMIT, --time_limit TIME_LIMIT
                            time limit in seconds (default = 30).

How to contribute

    git clone https://github.com/T0nyX1ang/noqx.git --recursive
    git checkout dev
    pdm install -d
    pre-commit install