T0nyX1ang / noqx

Extended logic puzzle solver of noq.
https://noqx.tonyxiang.site/
Apache License 2.0
5 stars 0 forks source link

[Feature] Simplify the solver creation process #67

Closed T0nyX1ang closed 3 weeks ago

T0nyX1ang commented 1 month ago

Currently, the user has to create a solver, and add data to const.py to fully add a new solver. It is possible to move the metadata of a solver from const.py to the solver itself, with some folder scanning.