Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/forentfraps/balda-dlc
Balda word finder for https://logic-games.spb.ru/balda/
https://github.com/forentfraps/balda-dlc
balda python solver
Last synced: 25 days ago
JSON representation
Balda word finder for https://logic-games.spb.ru/balda/
- Host: GitHub
- URL: https://github.com/forentfraps/balda-dlc
- Owner: forentfraps
- Created: 2022-07-15T13:10:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T08:50:55.000Z (over 2 years ago)
- Last Synced: 2023-03-06T06:42:04.582Z (almost 2 years ago)
- Topics: balda, python, solver
- Language: Python
- Homepage:
- Size: 1.53 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balda-DLC
## Usage
- ```pip install -r -requirements.txt``` (Do it once to install dependancies)
- ```python sel_main.py```
- Red field is a command prompt, which accepts following commands: reset3, reset5, reset7, -All the resets will resize green fields, according to provided number (3, 5 or 7)
'-' will start fetching words, according to provided letters, above the red field is a status label, which is dynamically updated
Output is located below the strings## Notes
Algorithm is written for https://logic-games.spb.ru/baldaDue to chat being useless its now replaced with the provided GUI(Atleast my attempts of creating it)
Due to a wordlist not being public, it is shipping in crypted.txt (it is encrypted)
Thus, the first start will initialize the wordlist, hence somewhat keeping the intellectual property intact
'-' Means an empty letter
Use Russian lowercase letters
![image](https://user-images.githubusercontent.com/29946764/180163449-f6e063c9-395d-4105-8356-9c7596cfd3ab.png)
![image](https://user-images.githubusercontent.com/29946764/180163650-f117d764-5ea7-4d30-bb8e-aeef31dc97dd.png)My first time working with javascript, so when the so called "GUI" reached a functioning level, the development stopped